react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
27 lines (26 loc) • 1.44 kB
TypeScript
import { TextParser } from './TextParser.js';
export declare const TextMacrosMethods: {
Comment(parser: TextParser, _c: string): void;
Math(parser: TextParser, open: string): void;
MathModeOnly(parser: TextParser, c: string): void;
Misplaced(parser: TextParser, c: string): void;
OpenBrace(parser: TextParser, _c: string): void;
CloseBrace(parser: TextParser, _c: string): void;
OpenQuote(parser: TextParser, c: string): void;
CloseQuote(parser: TextParser, c: string): void;
Tilde(parser: TextParser, _c: string): void;
Space(parser: TextParser, _c: string): void;
SelfQuote(parser: TextParser, name: string): void;
Insert(parser: TextParser, _name: string, c: string): void;
Accent(parser: TextParser, _name: string, c: string): void;
Emph(parser: TextParser, name: string): void;
SetFont(parser: TextParser, _name: string, variant: string): void;
SetSize(parser: TextParser, _name: string, size: number): void;
CheckAutoload(parser: TextParser, name: string): void;
Macro: import("mathjax-full/ts/input/tex/Types").ParseMethod;
Spacer: import("mathjax-full/ts/input/tex/Types").ParseMethod;
Hskip: import("mathjax-full/ts/input/tex/Types").ParseMethod;
rule: import("mathjax-full/ts/input/tex/Types").ParseMethod;
Rule: import("mathjax-full/ts/input/tex/Types").ParseMethod;
HandleRef: import("mathjax-full/ts/input/tex/Types").ParseMethod;
};