Merge pull request #415 from jamesmontalvo3/export-run-fonts

Export RunFonts to be able to pass to Level.addRunProperty()
This commit is contained in:
Dolan
2019-10-02 21:40:40 +01:00
committed by GitHub

View File

@ -1,4 +1,5 @@
export * from "./run";
export * from "./text-run";
export * from "./picture-run";
export * from "./run-fonts";
export * from "./sequential-identifier";