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