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) 231 B
import { Configuration } from '../Configuration.js'; import { AbstractTags } from '../Tags.js'; import './AmsMappings.js'; export declare class AmsTags extends AbstractTags { } export declare const AmsConfiguration: Configuration;