Type Alias IMathLimitUpperOptions

IMathLimitUpperOptions: {
    children: readonly MathComponent[];
    limit: readonly MathComponent[];
}