Type Alias IMathSuperScriptOptions

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