UNPKG

docx

Version:

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

26 lines (25 loc) 753 B
export * from './paragraph'; export * from './table'; export * from './file'; export * from './file-child'; export * from './numbering'; export * from './media'; export * from './drawing'; export * from './document'; export * from './shading'; export * from './styles'; export * from './table-of-contents'; export * from './xml-components'; export * from './header-wrapper'; export * from './footer-wrapper'; export * from './header'; export * from './footnotes'; export * from './endnotes'; export * from './track-revision'; export * from './shared'; export * from './border'; export * from './vertical-align'; export * from './checkbox'; export * from './fonts'; export * from './textbox'; export { type IPropertiesOptions } from './core-properties';