UNPKG

docx

Version:

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

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