docx
    Preparing search index...

    Type Alias IMathLimitUpperOptions

    Options for creating a MathLimitUpper.

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

    Properties

    Properties

    children: readonly MathComponent[]

    The base expression

    limit: readonly MathComponent[]

    The limit expression that appears above the base