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) • 402 B
TypeScript
import { CHTMLWrapper } from '../Wrapper.js';
declare const CHTMLmtext_base: import("mathjax-full/ts/output/common/Wrapper").Constructor<import("mathjax-full/ts/output/common/Wrappers/mtext").CommonMtext> & import("mathjax-full/ts/output/common/Wrapper").Constructor<CHTMLWrapper<any, any, any>>;
export declare class CHTMLmtext<N, T, D> extends CHTMLmtext_base {
static kind: string;
}
export {};