Interface IMathLimitLowerOptions

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

Properties

Properties

children: readonly MathComponent[]
limit: readonly MathComponent[]

Generated using TypeDoc