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) 255 B
import { SVGWrapper } from '../Wrapper.js'; import { StyleList } from '../../../util/StyleList.js'; export declare class SVGmerror<N, T, D> extends SVGWrapper<N, T, D> { static kind: string; static styles: StyleList; toSVG(parent: N): void; }