Interface IMathOptions

interface IMathOptions {
    children: readonly MathComponent[];
}

Properties

Properties

children: readonly MathComponent[]

Generated using TypeDoc