Files
docx-js/src/file/table/index.ts

5 lines
120 B
TypeScript
Raw Normal View History

2017-09-19 15:49:27 +01:00
export * from "./table";
2018-05-06 03:19:36 +01:00
export * from "./table-cell";
2018-10-23 23:44:50 +01:00
export * from "./table-properties";
2019-06-25 12:02:53 +02:00
export * from "./table-row";