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) 198 B
export default class TexError { id: string; private static pattern; message: string; private static processString; constructor(id: string, message: string, ...rest: string[]); }