initial attempt at Table

This commit is contained in:
felipe
2017-03-07 19:22:10 +01:00
parent 0de30f6c59
commit f1fb0c4f22
6 changed files with 131 additions and 3 deletions

View File

@ -2,3 +2,4 @@ export { Document } from "./document";
export { Paragraph } from "./paragraph";
export { Run } from "./run";
export { TextRun } from "./run/text-run";
export { Table } from './table';