Interface IMathSubScriptOptions

interface IMathSubScriptOptions {
    children: readonly MathComponent[];
    subScript: readonly MathComponent[];
}

Properties

Properties

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

Generated using TypeDoc