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) 253 B
import { XmlAttributeComponent } from '../../../../../../../xml-components'; export declare class PresetGeometryAttributes extends XmlAttributeComponent<{ readonly prst?: string; }> { protected readonly xmlKeys: { prst: string; }; }