UNPKG

react-native-mathjax-html-to-svg

Version:

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

7 lines (6 loc) 247 B
import { Configuration } from '../Configuration.js'; import ParseOptions from '../ParseOptions.js'; export declare function filterCenterOver({ data }: { data: ParseOptions; }): void; export declare const CenternotConfiguration: Configuration;