Export formatting from paragraph folder

This commit is contained in:
Dolan
2017-07-29 01:15:33 +01:00
parent 70c4e89a65
commit be709d082c
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export { Document } from "./document";
export { Paragraph } from "./paragraph";
export * from "./paragraph";
export { Run } from "./run";
export { TextRun } from "./run/text-run";
export { PictureRun } from "./run/picture-run";