Type Alias IMathSubScriptOptions

IMathSubScriptOptions: {
    children: readonly MathComponent[];
    subScript: readonly MathComponent[];
}