UNPKG

docx

Version:

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

10 lines (9 loc) 284 B
import { XmlAttributeComponent } from "../../../../../../file/xml-components"; export interface IPicAttributes { xmlns?: string; } export declare class PicAttributes extends XmlAttributeComponent<IPicAttributes> { protected xmlKeys: { xmlns: string; }; }