UNPKG

docx

Version:

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

6 lines (5 loc) 221 B
import { IgnoreIfEmptyXmlComponent, XmlComponent } from "../../../file/xml-components"; export declare class RunProperties extends IgnoreIfEmptyXmlComponent { constructor(); push(item: XmlComponent): void; }