UNPKG

docx

Version:

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

11 lines (10 loc) 326 B
import { XmlAttributeComponent } from "../../../file/xml-components"; import { IDistance } from "../drawing"; export declare class InlineAttributes extends XmlAttributeComponent<IDistance> { protected readonly xmlKeys: { distT: string; distB: string; distL: string; distR: string; }; }