Add new Image class

This commit is contained in:
Dolan
2018-08-02 21:07:37 +01:00
parent f7c02f4679
commit 2d12f6e54c
3 changed files with 34 additions and 0 deletions

View File

@ -3,3 +3,4 @@ export * from "./paragraph";
export * from "./properties";
export * from "./run";
export * from "./links";
export * from "./image";