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
TypeScript
import { CHTMLConstructor } from '../Wrapper.js';
declare const CHTMLTeXAtom_base: import("../../common/Wrappers/TeXAtom.js").TeXAtomConstructor & CHTMLConstructor<any, any, any>;
export declare class CHTMLTeXAtom<N, T, D> extends CHTMLTeXAtom_base {
static kind: string;
toCHTML(parent: N): void;
}
export {};