react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
9 lines (8 loc) • 499 B
TypeScript
import { SVGWrapper } from '../Wrapper.js';
declare const SVGscriptbase_base: import("mathjax-full/ts/output/common/Wrapper").Constructor<import("mathjax-full/ts/output/common/Wrappers/scriptbase").CommonScriptbase<SVGWrapper<any, any, any>>> & import("mathjax-full/ts/output/common/Wrapper").Constructor<SVGWrapper<any, any, any>>;
export declare class SVGscriptbase<N, T, D> extends SVGscriptbase_base {
static kind: string;
static useIC: boolean;
toSVG(parent: N): void;
}
export {};