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) • 476 B
TypeScript
import { PropertyList } from '../../Tree/Node.js';
import { MmlNode, AbstractMmlBaseNode, AttributeList } from '../MmlNode.js';
export declare class MmlMfrac extends AbstractMmlBaseNode {
static defaults: PropertyList;
get kind(): string;
get arity(): number;
get linebreakContainer(): boolean;
setTeXclass(prev: MmlNode): this;
protected setChildInheritedAttributes(attributes: AttributeList, display: boolean, level: number, prime: boolean): void;
}