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) 170 B
import { IDocumentTemplate } from "../import-dotx"; export interface IFileProperties { readonly template?: IDocumentTemplate; } export declare const WORKAROUND = "";