UNPKG

react-native-mathjax-html-to-svg

Version:

React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)

8 lines (7 loc) 302 B
import { SVGConstructor } from '../Wrapper.js'; declare const SVGmglyph_base: import("../../common/Wrappers/mglyph.js").MglyphConstructor & SVGConstructor<any, any, any>; export declare class SVGmglyph<N, T, D> extends SVGmglyph_base { static kind: string; toSVG(parent: N): void; } export {};