UNPKG

react-native-mathjax-html-to-svg

Version:

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

10 lines (9 loc) 458 B
import { SVGWrapper, Constructor } from '../Wrapper.js'; import { SVGmsqrt } from './msqrt.js'; import { BBox } from '../../../util/BBox.js'; declare const SVGmroot_base: import("../../common/Wrappers/mroot.js").MrootConstructor & Constructor<SVGmsqrt<any, any, any>>; export declare class SVGmroot<N, T, D> extends SVGmroot_base { static kind: string; protected addRoot(ROOT: N, root: SVGWrapper<N, T, D>, sbox: BBox, H: number): void; } export {};