UNPKG

react-native-mathjax-html-to-svg

Version:

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

11 lines (10 loc) 552 B
import { SVG } from '../svg.js'; import { CommonWrapperFactory } from '../common/WrapperFactory.js'; import { SVGWrapper, SVGWrapperClass } from './Wrapper.js'; import { SVGCharOptions, SVGDelimiterData, SVGFontData } from './FontData.js'; export declare class SVGWrapperFactory<N, T, D> extends CommonWrapperFactory<SVG<N, T, D>, SVGWrapper<N, T, D>, SVGWrapperClass, SVGCharOptions, SVGDelimiterData, SVGFontData> { static defaultNodes: { [kind: string]: import("../common/Wrapper.js").WrapperConstructor; }; jax: SVG<N, T, D>; }