UNPKG

react-native-mathjax-html-to-svg

Version:

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

15 lines (14 loc) 621 B
import { Configuration } from '../Configuration.js'; import TexParser from '../TexParser.js'; import { BeginItem } from '../base/BaseItems.js'; import { StackItem } from '../StackItem.js'; export declare class EmpheqBeginItem extends BeginItem { get kind(): string; checkItem(item: StackItem): import("../StackItem.js").CheckType; } export declare const EmpheqMethods: { Empheq(parser: TexParser, begin: EmpheqBeginItem): void; EmpheqMO(parser: TexParser, _name: string, c: string): void; EmpheqDelim(parser: TexParser, name: string): void; }; export declare const EmpheqConfiguration: Configuration;