UNPKG

docx

Version:

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

6 lines (5 loc) 234 B
import { ParagraphChild } from '../../paragraph'; import { XmlComponent } from '../../xml-components'; export declare const createTextboxContent: ({ children }: { readonly children?: readonly ParagraphChild[]; }) => XmlComponent;