UNPKG

docx

Version:

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

13 lines (12 loc) 340 B
import { XmlAttributeComponent } from "../../file/xml-components"; export declare class CustomPropertyAttributes extends XmlAttributeComponent<{ readonly fmtid: string; readonly pid: string; readonly name: string; }> { protected readonly xmlKeys: { fmtid: string; pid: string; name: string; }; }