Add type and node type definition exports

This commit is contained in:
Dolan
2020-01-11 19:16:36 +00:00
parent e9579d75c4
commit 2ee918b845
3 changed files with 5 additions and 3 deletions

View File

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