UNPKG

docx

Version:

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

12 lines (11 loc) 397 B
import { XmlAttributeComponent } from "../../../../../../../../../file/xml-components"; export interface IPicLocksAttributes { noChangeAspect?: number; noChangeArrowheads?: number; } export declare class PicLocksAttributes extends XmlAttributeComponent<IPicLocksAttributes> { protected xmlKeys: { noChangeAspect: string; noChangeArrowheads: string; }; }