react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
11 lines (10 loc) • 393 B
TypeScript
import { PropertyList } from '../../Tree/Node.js';
import { AbstractMmlBaseNode, MmlNode } from '../MmlNode.js';
export declare class MmlMtd extends AbstractMmlBaseNode {
static defaults: PropertyList;
get kind(): string;
get arity(): number;
get linebreakContainer(): boolean;
protected verifyChildren(options: PropertyList): void;
setTeXclass(prev: MmlNode): this;
}