UNPKG

@joefitter/docx

Version:

Generate .docx documents with JavaScript (formerly Office-Clippy)

12 lines (9 loc) 301 B
import { XmlAttributeComponent } from "file/xml-components"; export interface IPresetGeometryAttributes { readonly prst?: string; } export class PresetGeometryAttributes extends XmlAttributeComponent<IPresetGeometryAttributes> { protected readonly xmlKeys = { prst: "prst", }; }