Type Alias IMathIntegralOptions

IMathIntegralOptions: {
    children: readonly MathComponent[];
    subScript?: readonly MathComponent[];
    superScript?: readonly MathComponent[];
}