UNPKG

@wiris/mathtype-viewer

Version:

The MathType viewer renders all MathML and LaTeX-like formulas in a webpage using the MathType rendering engine.

4 lines 241 B
import { Properties } from "./properties"; export declare function renderMathML(properties: Properties, root: HTMLElement): Promise<void>; export declare function serializeHtmlToXml(text: string): string; //# sourceMappingURL=mathml.d.ts.map