iink-ts - v3.2.1
    Preparing search index...

    Type Alias TTheme

    type TTheme = {
        ".math": TThemeMath;
        ".math-solved": TThemeMathSolved;
        ".text": TThemeText;
        ink: TPenStyle;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    ".math": TThemeMath
    ".math-solved": TThemeMathSolved
    ".text": TThemeText