Type Alias IMathFunctionOptions

IMathFunctionOptions: {
    children: readonly MathComponent[];
    name: readonly MathComponent[];
}