UNPKG

@wiris/mathtype-viewer

Version:

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

11 lines 249 B
import { Properties } from "./properties"; declare global { interface Window { viewer: { properties: Properties; isLoaded: boolean; version: string; }; } } //# sourceMappingURL=app.d.ts.map