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) 319 B
import { CHTMLConstructor } from '../Wrapper.js'; declare const CHTMLmfenced_base: import("../../common/Wrappers/mfenced.js").MfencedConstructor & CHTMLConstructor<any, any, any>; export declare class CHTMLmfenced<N, T, D> extends CHTMLmfenced_base { static kind: string; toCHTML(parent: N): void; } export {};