clean up imports into paragraph and paragraph style

(this prep for importing it from styles)
This commit is contained in:
felipe
2017-03-12 21:35:30 +01:00
parent 1cd681bc2d
commit b3524971ac
4 changed files with 32 additions and 19 deletions

View File

@ -0,0 +1,9 @@
export { Alignment } from "./alignment";
export { ThematicBreak } from "./border";
export { Indent } from "./indent";
export { PageBreak } from "./page-break";
export { ParagraphProperties } from "./properties";
export { ISpacingProperties, Spacing } from "./spacing";
export { Style } from "./style";
export { LeftTabStop, MaxRightTabStop } from "./tab-stop";
export { NumberProperties } from "./unordered-list";