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";