Type Alias IMathSumOptions

IMathSumOptions: {
    children: readonly MathComponent[];
    subScript?: readonly MathComponent[];
    superScript?: readonly MathComponent[];
}