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) • 469 B
TypeScript
import { Configuration } from '../Configuration.js';
import TexParser from '../TexParser.js';
import { ParseMethod } from '../Types.js';
export declare function RequireLoad(parser: TexParser, name: string): void;
export declare const RequireMethods: Record<string, ParseMethod>;
export declare const options: {
require: {
allow: any;
defaultAllow: boolean;
prefix: string;
};
};
export declare const RequireConfiguration: Configuration;