UNPKG

docx

Version:

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

7 lines (6 loc) 292 B
import { IMediaDataTransformation } from "../../../../../../../file/media"; import { XmlComponent } from "../../../../../../../file/xml-components"; export declare class ShapeProperties extends XmlComponent { private readonly form; constructor(transform: IMediaDataTransformation); }