UNPKG

docx

Version:

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

10 lines (9 loc) 307 B
import { SpaceType } from '../../shared'; import { XmlAttributeComponent } from '../../xml-components'; export declare class TextAttributes extends XmlAttributeComponent<{ readonly space: (typeof SpaceType)[keyof typeof SpaceType]; }> { protected readonly xmlKeys: { space: string; }; }