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) 264 B
import { CHTMLConstructor } from '../Wrapper.js'; declare const CHTMLmn_base: import("../../common/Wrappers/mn.js").MnConstructor & CHTMLConstructor<any, any, any>; export declare class CHTMLmn<N, T, D> extends CHTMLmn_base { static kind: string; } export {};