UNPKG

docx

Version:

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

6 lines (5 loc) 220 B
import { XmlComponent } from "../../../file/xml-components"; import { WidthType } from "../table-cell"; export declare class PreferredTableWidth extends XmlComponent { constructor(type: WidthType, w: number); }