UNPKG

docx

Version:

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

15 lines (14 loc) 370 B
import { XmlAttributeComponent } from "../../../file/xml-components"; export declare class EffectExtentAttributes extends XmlAttributeComponent<{ readonly b?: number; readonly l?: number; readonly r?: number; readonly t?: number; }> { protected readonly xmlKeys: { b: string; l: string; r: string; t: string; }; }