Type Alias IMathFractionOptions

IMathFractionOptions: {
    denominator: readonly MathComponent[];
    numerator: readonly MathComponent[];
}