UNPKG

react-native-mathjax-html-to-svg

Version:

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

4 lines (3 loc) 211 B
import { HTMLHandler } from './html/HTMLHandler.js'; import { DOMAdaptor } from '../core/DOMAdaptor.js'; export declare function RegisterHTMLHandler<N, T, D>(adaptor: DOMAdaptor<N, T, D>): HTMLHandler<N, T, D>;