UNPKG

react-native-mathjax-html-to-svg

Version:

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

9 lines (8 loc) 340 B
import { Configuration } from '../Configuration.js'; import ParseOptions from '../ParseOptions.js'; import './MathtoolsMappings.js'; export declare const PAIREDDELIMS = "mathtools-paired-delims"; export declare function fixPrescripts({ data }: { data: ParseOptions; }): void; export declare const MathtoolsConfiguration: Configuration;