UNPKG

docx

Version:

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

9 lines (8 loc) 220 B
export * from './alignment'; export * from './border'; export * from './indent'; export * from './break'; export * from './spacing'; export * from './style'; export * from './tab-stop'; export * from './unordered-list';