UNPKG

react-native-mathjax-html-to-svg

Version:

React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)

10 lines (9 loc) 404 B
import { PropertyList } from '../../Tree/Node.js'; import { AbstractMmlNode, AttributeList } from '../MmlNode.js'; export declare class MmlMroot extends AbstractMmlNode { static defaults: PropertyList; texClass: number; get kind(): string; get arity(): number; protected setChildInheritedAttributes(attributes: AttributeList, display: boolean, level: number, prime: boolean): void; }