dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
https://docx.js.org/
MIT License
4.44k stars 486 forks source link

Published not export MathLimitLower, MathLimitUpper, FileChild in index #2715

Closed glj1102 closed 1 month ago

dolanmiu commented 1 month ago

It is exported:

https://github.com/dolanmiu/docx/blob/master/src/file/index.ts#L1

This one then recursively exports MathLimitLower and MathLimitUpper and others

FileChild is here: https://github.com/dolanmiu/docx/blob/master/src/file/index.ts#L4