From 022b25cfcd33cd2ab9456f4b16cbc01ec3a1ed63 Mon Sep 17 00:00:00 2001 From: yaokailun Date: Thu, 25 Jan 2024 09:53:26 +0800 Subject: [PATCH] Export FileChild class (#2523) --- src/file/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/file/index.ts b/src/file/index.ts index db03f4ec7b7..a2d502471d7 100644 --- a/src/file/index.ts +++ b/src/file/index.ts @@ -1,6 +1,7 @@ export * from "./paragraph"; export * from "./table"; export * from "./file"; +export * from "./file-child"; export * from "./numbering"; export * from "./media"; export * from "./drawing";