UNPKG

docx

Version:

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

12 lines (11 loc) 355 B
import { XmlAttributeComponent } from "../../../file/xml-components"; export interface IHyperlinkAttributesProperties { id?: string; history: number; } export declare class HyperlinkAttributes extends XmlAttributeComponent<IHyperlinkAttributesProperties> { protected xmlKeys: { id: string; history: string; }; }