Allow creating Styles and assigning them to File.Styles

Closes #109
This commit is contained in:
Felipe Ochoa
2018-08-16 16:28:10 -04:00
parent e0d54d3af3
commit edce1bef92
3 changed files with 40 additions and 1 deletions

View File

@ -1,2 +1,3 @@
export * from "./document";
export * from "./document-attributes";
export * from "./body";