From ad62f5459bb39bbc59c1af83d9bcefda091ab4a4 Mon Sep 17 00:00:00 2001 From: James Montalvo Date: Tue, 1 Oct 2019 15:23:01 -0500 Subject: [PATCH] Export RunFonts to be able to pass to Level.addRunProperty() --- src/file/paragraph/run/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/file/paragraph/run/index.ts b/src/file/paragraph/run/index.ts index a30a1d6037..3d4d1dc1bb 100644 --- a/src/file/paragraph/run/index.ts +++ b/src/file/paragraph/run/index.ts @@ -1,4 +1,5 @@ export * from "./run"; export * from "./text-run"; export * from "./picture-run"; +export * from "./run-fonts"; export * from "./sequential-identifier";