Type Alias IMathLimitLowerOptions

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