UNPKG

docx

Version:

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

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