UNPKG

react-native-mathjax-html-to-svg

Version:

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

9 lines (8 loc) 281 B
import { PropertyList } from '../../Tree/Node.js'; import { AbstractMmlTokenNode } from '../MmlNode.js'; export declare class MmlMtext extends AbstractMmlTokenNode { static defaults: PropertyList; texClass: number; get kind(): string; get isSpacelike(): boolean; }