Type Alias IMathSubSuperScriptOptions

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