UNPKG

react-native-mathjax-html-to-svg

Version:

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

13 lines (12 loc) 520 B
import { SVGConstructor } from '../Wrapper.js'; import { SVGmo } from './mo.js'; declare const SVGmfrac_base: import("../../common/Wrappers/mfrac.js").MfracConstructor & SVGConstructor<any, any, any>; export declare class SVGmfrac<N, T, D> extends SVGmfrac_base { static kind: string; bevel: SVGmo<N, T, D>; toSVG(parent: N): void; protected makeFraction(display: boolean, t: number): void; protected makeAtop(display: boolean): void; protected makeBevelled(display: boolean): void; } export {};