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) 254 B
import { SVGConstructor } from '../Wrapper.js'; declare const SVGms_base: import("../../common/Wrappers/ms.js").MsConstructor & SVGConstructor<any, any, any>; export declare class SVGms<N, T, D> extends SVGms_base { static kind: string; } export {};