UNPKG

@wiris/mathtype-viewer

Version:

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

3 lines 173 B
import { Properties } from "./properties"; export declare function renderLatex(properties: Properties, root: HTMLElement): Promise<void>; //# sourceMappingURL=latex.d.ts.map