added Numbering to top-level exports and added docs on usage

This commit is contained in:
felipe
2017-03-08 19:07:44 +01:00
parent 0e9532d835
commit cee515e43f
2 changed files with 105 additions and 1 deletions

View File

@ -1,2 +1,3 @@
export * from "./docx";
export * from "./export";
export * from "./export";
export { Numbering } from './numbering';