UNPKG

react-native-mathjax-html-to-svg

Version:

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

6 lines (5 loc) 171 B
import { SVGWrapper } from '../Wrapper.js'; export declare class SVGmphantom<N, T, D> extends SVGWrapper<N, T, D> { static kind: string; toSVG(parent: N): void; }