UNPKG

docx

Version:

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

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