react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
12 lines (11 loc) • 507 B
TypeScript
import { PropertyList } from '../../Tree/Node.js';
import { AbstractMmlTokenNode, AbstractMmlNode, AttributeList } from '../MmlNode.js';
export declare class MmlMi extends AbstractMmlTokenNode {
static defaults: PropertyList;
static operatorName: RegExp;
static singleCharacter: RegExp;
texClass: number;
get kind(): string;
setInheritedAttributes(attributes?: AttributeList, display?: boolean, level?: number, prime?: boolean): void;
setTeXclass(prev: AbstractMmlNode): this;
}