Add file class

This commit is contained in:
Dolan
2017-12-15 01:16:04 +00:00
parent 01950ed443
commit d19ff1e300
2 changed files with 27 additions and 0 deletions

View File

@ -2,3 +2,4 @@ export * from "./document";
export * from "./paragraph";
export * from "./run";
export { Table } from "./table";
export { File } from "./file";