Type alias TTheme

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

Type declaration

Generated using TypeDoc