Add Math Summation
This commit is contained in:
@ -3,9 +3,10 @@ import { XmlComponent } from "file/xml-components";
|
||||
|
||||
import { MathFraction } from "./fraction";
|
||||
import { MathRun } from "./math-run";
|
||||
import { MathSum } from "./n-ary";
|
||||
|
||||
export interface IMathOptions {
|
||||
readonly children: Array<MathRun | MathFraction>;
|
||||
readonly children: Array<MathRun | MathFraction | MathSum>;
|
||||
}
|
||||
|
||||
export class Math extends XmlComponent {
|
||||
|
Reference in New Issue
Block a user