Fix: add missing exports

This commit is contained in:
fmuscolino
2019-06-25 14:35:35 +02:00
parent 0c79c0ac83
commit f54b9a197d
2 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,5 @@ export * from "./document";
export * from "./styles";
export * from "./table-of-contents";
export * from "./xml-components";
export * from "./header-wrapper";
export * from "./footer-wrapper";

View File

@ -1 +1,3 @@
export * from "./styles";
export * from "./style/character-style";
export * from "./style/paragraph-style";