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

6 lines
176 B
TypeScript
Raw Normal View History

2018-10-23 23:44:50 +01:00
export * from "./table-properties";
export * from "./table-float-properties";
2019-06-25 20:57:46 +01:00
export * from "./table-layout";
2019-11-18 01:04:31 +00:00
export * from "./table-borders";
2019-11-24 03:22:50 +00:00
export * from "./table-overlap";