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

9 lines
220 B
TypeScript

export * from "./alignment";
export * from "./border";
export * from "./indent";
export * from "./break";
export * from "./spacing";
export * from "./style";
export * from "./tab-stop";
export * from "./unordered-list";