UNPKG

react-native-mathjax-html-to-svg

Version:

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

12 lines (11 loc) 491 B
import { PropertyList } from '../../Tree/Node.js'; import { MmlNode, AbstractMmlNode, AttributeList } from '../MmlNode.js'; export declare class MmlMsqrt extends AbstractMmlNode { static defaults: PropertyList; texClass: number; get kind(): string; get arity(): number; get linebreakContainer(): boolean; setTeXclass(prev: MmlNode): this; protected setChildInheritedAttributes(attributes: AttributeList, display: boolean, level: number, _prime: boolean): void; }