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

5 lines
112 B
TypeScript
Raw Normal View History

export * from "./formatting";
export * from "./paragraph";
export * from "./properties";
2017-12-19 23:13:11 +00:00
export * from "./run";