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) 283 B
export * from './xml-component'; export * from './attributes'; export * from './default-attributes'; export * from './imported-xml-component'; export * from './xmlable-object'; export * from './initializable-xml-component'; export * from './simple-elements'; export * from './base';