Move ts to src folder for standards
This commit is contained in:
4
src/docx/index.ts
Normal file
4
src/docx/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
export * from "./document";
|
||||
export * from "./paragraph";
|
||||
export * from "./run";
|
||||
export { Table } from "./table";
|
Reference in New Issue
Block a user