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