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

10 lines
249 B
TypeScript
Raw Normal View History

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