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 (6 loc) 208 B
export declare namespace mhchemParser { export function go(input: string, stateMachine: string): any[]; } export declare namespace texify { export function go(input: any[], isInner?: boolean): string; }