UNPKG

react-native-mathjax-html-to-svg

Version:

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

3 lines (2 loc) 158 B
import { MathDocument } from '../../../core/MathDocument.js'; export declare function createTransform<N, T, D>(): (node: N, doc: MathDocument<N, T, D>) => N;