react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
17 lines (16 loc) • 953 B
TypeScript
import { SVGWrapper } from '../Wrapper.js';
import { SVGmsqrt } from './msqrt.js';
import * as Notation from '../Notation.js';
declare const SVGmenclose_base: import("mathjax-full/ts/output/common/Wrapper").Constructor<import("mathjax-full/ts/output/common/Wrappers/menclose").CommonMenclose<SVGWrapper<any, any, any>, SVGmsqrt<any, any, any>, any>> & import("mathjax-full/ts/output/common/Wrapper").Constructor<SVGWrapper<any, any, any>>;
export declare class SVGmenclose<N, T, D> extends SVGmenclose_base {
static kind: string;
static notations: Notation.DefList<SVGmenclose<any, any, any>, any>;
toSVG(parent: N): void;
arrow(W: number, a: number, double?: boolean): N;
line(pq: [number, number, number, number]): N;
box(w: number, h: number, d: number, r?: number): N;
ellipse(w: number, h: number, d: number): N;
path(join: string, ...P: (string | number)[]): N;
fill(...P: (string | number)[]): N;
}
export {};