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) 241 B
import { XmlComponent } from '../../../xml-components'; type MathAccentCharacterOptions = { readonly accent: string; }; export declare const createMathAccentCharacter: ({ accent }: MathAccentCharacterOptions) => XmlComponent; export {};