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 IPresetGeometryAttributes { prst?: string; } export declare class PresetGeometryAttributes extends XmlAttributeComponent<IPresetGeometryAttributes> { protected xmlKeys: { prst: string; }; }