Interface IMathPreSubSuperScriptOptions

interface IMathPreSubSuperScriptOptions {
    children: readonly MathComponent[];
    subScript: readonly MathComponent[];
    superScript: readonly MathComponent[];
}

Properties

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

Generated using TypeDoc