clean up initial table attempt (linter, interfaces, etc.)

This commit is contained in:
felipe
2017-03-10 16:51:19 +01:00
parent f1fb0c4f22
commit e7e5c61a90
4 changed files with 54 additions and 42 deletions

View File

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