docx
    Preparing search index...

    Type Alias IMathLimitLowerOptions

    Options for creating a MathLimitLower.

    type IMathLimitLowerOptions = {
        children: readonly MathComponent[];
        limit: readonly MathComponent[];
    }
    Index

    Properties

    Properties

    children: readonly MathComponent[]

    The base expression

    limit: readonly MathComponent[]

    The limit expression that appears below the base