Export FileChild class (#2523)

This commit is contained in:
yaokailun
2024-01-25 09:53:26 +08:00
committed by GitHub
parent e20bd66663
commit 022b25cfcd

View File

@ -1,6 +1,7 @@
export * from "./paragraph"; export * from "./paragraph";
export * from "./table"; export * from "./table";
export * from "./file"; export * from "./file";
export * from "./file-child";
export * from "./numbering"; export * from "./numbering";
export * from "./media"; export * from "./media";
export * from "./drawing"; export * from "./drawing";