Files
docx-js/build/file/paragraph/formatting/index.d.ts

10 lines
258 B
TypeScript
Raw Normal View History

2018-04-02 14:37:54 +03:00
export * from "./alignment";
export * from "./border";
export * from "./indent";
export * from "./keep";
export * from "./page-break";
export * from "./spacing";
export * from "./style";
export * from "./tab-stop";
export * from "./unordered-list";