UNPKG

@joefitter/docx

Version:

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

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