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

8 lines
250 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";
export * from "./math-naray-properties";
export * from "./math-sub-script";
export * from "./math-sum";
export * from "./math-super-script";