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

9 lines
284 B
TypeScript
Raw Normal View History

2019-08-20 20:40:40 +01:00
export * from "./math-accent-character";
export * from "./math-base";
export * from "./math-limit-location";
2022-07-05 05:06:32 +01:00
export * from "./math-n-ary-properties";
2019-08-20 20:40:40 +01:00
export * from "./math-sub-script";
export * from "./math-sum";
2022-10-08 12:56:35 +11:00
export * from "./math-integral";
2019-08-20 20:40:40 +01:00
export * from "./math-super-script";