Export RunFonts to be able to pass to Level.addRunProperty()

This commit is contained in:
James Montalvo
2019-10-01 15:23:01 -05:00
parent d2dded860d
commit ad62f5459b

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";