Merge pull request #341 from filippomuscolino/fix/missing-exports

Fix: add missing exports
This commit is contained in:
Dolan
2019-06-25 15:38:13 +01:00
committed by GitHub
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";