UNPKG

docx

Version:

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

11 lines (10 loc) 303 B
import { XmlAttributeComponent } from '../../xml-components'; export declare class OverrideAttributes extends XmlAttributeComponent<{ readonly contentType: string; readonly partName?: string; }> { protected readonly xmlKeys: { contentType: string; partName: string; }; }