From f54b9a197df9bf9372a7d1bfb094decb0a914699 Mon Sep 17 00:00:00 2001 From: fmuscolino Date: Tue, 25 Jun 2019 14:35:35 +0200 Subject: [PATCH] Fix: add missing exports --- src/file/index.ts | 2 ++ src/file/styles/index.ts | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/file/index.ts b/src/file/index.ts index fc022088d1..199679bee3 100644 --- a/src/file/index.ts +++ b/src/file/index.ts @@ -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"; diff --git a/src/file/styles/index.ts b/src/file/styles/index.ts index 737bec0771..144bbcb1fd 100644 --- a/src/file/styles/index.ts +++ b/src/file/styles/index.ts @@ -1 +1,3 @@ export * from "./styles"; +export * from "./style/character-style"; +export * from "./style/paragraph-style";