react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
21 lines (20 loc) • 1.15 kB
TypeScript
import { CHTMLWrapper } from '../Wrapper.js';
import { CHTMLmsqrt } from './msqrt.js';
import * as Notation from '../Notation.js';
import { StyleList } from '../../../util/StyleList.js';
declare const CHTMLmenclose_base: import("mathjax-full/ts/output/common/Wrapper").Constructor<import("mathjax-full/ts/output/common/Wrappers/menclose").CommonMenclose<CHTMLWrapper<any, any, any>, CHTMLmsqrt<any, any, any>, any>> & import("mathjax-full/ts/output/common/Wrapper").Constructor<CHTMLWrapper<any, any, any>>;
export declare class CHTMLmenclose<N, T, D> extends CHTMLmenclose_base {
static kind: string;
static styles: StyleList;
static notations: Notation.DefList<CHTMLmenclose<any, any, any>, any>;
toCHTML(parent: N): void;
arrow(w: number, a: number, double?: boolean): N;
protected adjustArrow(arrow: N, double: boolean): void;
protected adjustHead(head: N, border: string[], a: string): void;
protected adjustLine(line: N, t: number, x: number, double: boolean): void;
adjustBorder(node: N): N;
adjustThickness(shape: N): N;
fixed(m: number, n?: number): string;
em(m: number): string;
}
export {};