2017-03-08 21:36:09 +00:00
|
|
|
export { Document } from "./document";
|
|
|
|
export { Paragraph } from "./paragraph";
|
|
|
|
export { Run } from "./run";
|
|
|
|
export { TextRun } from "./run/text-run";
|
2017-03-12 23:31:43 +00:00
|
|
|
export { PictureRun } from "./run/picture-run";
|
2017-03-10 16:51:19 +01:00
|
|
|
export { Table } from "./table";
|
2017-03-12 23:31:43 +00:00
|
|
|
// Perhaps all run related stuff can be exported from run, instead of exporting Run, TextRun, PictureRun seperately.
|