Export new ColumnBreak class via more generic Break class

This commit is contained in:
askoufis
2021-07-08 17:39:21 +10:00
parent bde4aa4657
commit 439ab8441e
6 changed files with 74 additions and 7 deletions

View File

@ -1,7 +1,7 @@
export * from "./alignment";
export * from "./border";
export * from "./indent";
export * from "./page-break";
export * from "./break";
export * from "./spacing";
export * from "./style";
export * from "./tab-stop";