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

5 lines
118 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-03-21 01:06:07 +00:00
export * from "./shading";