UNPKG

docx

Version:

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

12 lines (11 loc) 320 B
import { XmlAttributeComponent } from "../../../../file/xml-components"; export interface IExtentAttributes { cx?: number; cy?: number; } export declare class ExtentAttributes extends XmlAttributeComponent<IExtentAttributes> { protected xmlKeys: { cx: string; cy: string; }; }