UNPKG

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) 397 B
import { SVGWrapper } from '../Wrapper.js'; declare const SVGmspace_base: import("mathjax-full/ts/output/common/Wrapper").Constructor<import("mathjax-full/ts/output/common/Wrappers/mspace").CommonMspace> & import("mathjax-full/ts/output/common/Wrapper").Constructor<SVGWrapper<any, any, any>>; export declare class SVGmspace<N, T, D> extends SVGmspace_base { static kind: string; } export {};