UNPKG

docx

Version:

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

9 lines (7 loc) 219 B
// http://www.datypic.com/sc/ooxml/e-m_radPr-1.html import { XmlComponent } from "file/xml-components"; export class MathFunctionProperties extends XmlComponent { constructor() { super("m:funcPr"); } }