Fix: add missing exports
This commit is contained in:
@ -9,3 +9,5 @@ export * from "./document";
|
|||||||
export * from "./styles";
|
export * from "./styles";
|
||||||
export * from "./table-of-contents";
|
export * from "./table-of-contents";
|
||||||
export * from "./xml-components";
|
export * from "./xml-components";
|
||||||
|
export * from "./header-wrapper";
|
||||||
|
export * from "./footer-wrapper";
|
||||||
|
@ -1 +1,3 @@
|
|||||||
export * from "./styles";
|
export * from "./styles";
|
||||||
|
export * from "./style/character-style";
|
||||||
|
export * from "./style/paragraph-style";
|
||||||
|
Reference in New Issue
Block a user