Files
docx-js/src/file/paragraph/math/index.ts

5 lines
105 B
TypeScript
Raw Normal View History

2019-08-15 00:47:55 +01:00
export * from "./math";
export * from "./math-run";
export * from "./fraction";
2019-08-20 20:40:40 +01:00
export * from "./n-ary";