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) • 314 B
TypeScript
import { CHTMLConstructor } from '../Wrapper.js';
declare const CHTMLmspace_base: import("../../common/Wrappers/mspace.js").MspaceConstructor & CHTMLConstructor<any, any, any>;
export declare class CHTMLmspace<N, T, D> extends CHTMLmspace_base {
static kind: string;
toCHTML(parent: N): void;
}
export {};