Type Alias IMathPreSubSuperScriptOptions

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