Interface IMathSuperScriptOptions

interface IMathSuperScriptOptions {
    children: readonly MathComponent[];
    superScript: readonly MathComponent[];
}

Properties

children: readonly MathComponent[]
superScript: readonly MathComponent[]

Generated using TypeDoc