UNPKG

docx

Version:

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

12 lines (11 loc) 339 B
import { XmlAttributeComponent } from "../../file/xml-components"; export interface IAppPropertiesAttributes { xmlns: string; vt: string; } export declare class AppPropertiesAttributes extends XmlAttributeComponent<IAppPropertiesAttributes> { protected xmlKeys: { xmlns: string; vt: string; }; }