Files
docx-js/src/file/paragraph/math/n-ary/index.ts
2019-08-20 20:40:40 +01:00

8 lines
250 B
TypeScript

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";