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) 276 B
import { IMediaDataTransformation } from '../../../../../../media'; import { XmlComponent } from '../../../../../../xml-components'; export declare class ShapeProperties extends XmlComponent { private readonly form; constructor(transform: IMediaDataTransformation); }