iink-ts - v4.0.0
    Preparing search index...

    Type Alias TMathElement

    TMathElement: TTypesetChild & {
        fontFamily: string;
        position?: "superscript" | "subscript" | "normal";
    }

    Individual math element (number, operator, variable, etc.)