UNPKG

docx

Version:

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

10 lines (8 loc) 225 B
import { XmlAttributeComponent } from "file/xml-components"; export class GraphicDataAttributes extends XmlAttributeComponent<{ readonly uri?: string; }> { protected readonly xmlKeys = { uri: "uri", }; }