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