Files
docx-js/src/file/paragraph/run/index.ts

9 lines
234 B
TypeScript
Raw Normal View History

2017-09-19 15:42:40 +01:00
export * from "./run";
2017-09-19 15:51:55 +01:00
export * from "./text-run";
export * from "./symbol-run";
2017-09-19 15:51:55 +01:00
export * from "./picture-run";
export * from "./run-fonts";
export * from "./sequential-identifier";
2019-10-04 01:20:41 +01:00
export * from "./underline";
2019-11-21 01:02:46 +00:00
export * from "./tab";