react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
14 lines (13 loc) • 567 B
TypeScript
import { SVGConstructor } from '../Wrapper.js';
import { StyleList } from '../../../util/StyleList.js';
declare const SVGmath_base: import("../../common/Wrappers/math.js").MathConstructor & SVGConstructor<any, any, any>;
export declare class SVGmath<N, T, D> extends SVGmath_base {
static kind: string;
static styles: StyleList;
toSVG(parent: N): void;
protected handleDisplay(): void;
protected handleSpeech(): void;
protected getTitleID(): string;
setChildPWidths(recompute: boolean, w?: number, _clear?: boolean): boolean;
}
export {};