UNPKG

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