react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
9 lines (8 loc) • 345 B
TypeScript
import { Configuration } from '../Configuration.js';
import TexParser from '../TexParser.js';
import { AbstractTags } from '../Tags.js';
import './BaseMappings.js';
export declare function Other(parser: TexParser, char: string): void;
export declare class BaseTags extends AbstractTags {
}
export declare const BaseConfiguration: Configuration;