UNPKG

@joefitter/docx

Version:

Generate .docx documents with JavaScript (formerly Office-Clippy)

6 lines (5 loc) 199 B
import { XmlComponent } from "../../../file/xml-components"; import { IMargins } from "../floating"; export declare class WrapTight extends XmlComponent { constructor(margins?: IMargins); }