UNPKG

react-native-mathjax-html-to-svg

Version:

React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)

12 lines (11 loc) 548 B
import { SVGConstructor, Constructor } from '../Wrapper.js'; declare const SVGmrow_base: import("../../common/Wrappers/mrow.js").MrowConstructor & SVGConstructor<any, any, any>; export declare class SVGmrow<N, T, D> extends SVGmrow_base { static kind: string; toSVG(parent: N): void; } declare const SVGinferredMrow_base: import("../../common/Wrappers/mrow.js").InferredMrowConstructor & Constructor<SVGmrow<any, any, any>>; export declare class SVGinferredMrow<N, T, D> extends SVGinferredMrow_base { static kind: string; } export {};