Skip to content

Commit 022b25c

Browse files
authored
Export FileChild class (#2523)
1 parent e20bd66 commit 022b25c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/file/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export * from "./paragraph";
22
export * from "./table";
33
export * from "./file";
4+
export * from "./file-child";
45
export * from "./numbering";
56
export * from "./media";
67
export * from "./drawing";

0 commit comments

Comments
 (0)