Files
docx-js/src/file/paragraph/math/index.ts
2020-10-10 13:41:26 +01:00

10 lines
248 B
TypeScript

export * from "./math";
export * from "./math-run";
export * from "./fraction";
export * from "./n-ary";
export * from "./script";
export * from "./math-component";
export * from "./radical";
export * from "./function";
export * from "./brackets";