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) • 395 B
TypeScript
import { PropertyList } from '../../Tree/Node.js';
import { AbstractMmlBaseNode, MmlNode } from '../MmlNode.js';
export declare class TeXAtom extends AbstractMmlBaseNode {
static defaults: PropertyList;
texClass: number;
get kind(): string;
get arity(): number;
get notParent(): boolean;
setTeXclass(prev: MmlNode): MmlNode;
adjustTeXclass(prev: MmlNode): MmlNode;
}