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) 288 B
import { Configuration } from '../Configuration.js'; import { ParseMethod } from '../Types.js'; export declare const ENCLOSE_OPTIONS: { [key: string]: number; }; export declare let EncloseMethods: Record<string, ParseMethod>; export declare const EncloseConfiguration: Configuration;