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

5 lines
136 B
TypeScript
Raw Normal View History

2018-10-26 01:04:07 +01:00
export * from "./styles";
2019-06-25 14:35:35 +02:00
export * from "./style/character-style";
export * from "./style/paragraph-style";
export * from "./defaults";