UNPKG

react-native-mathjax-html-to-svg

Version:

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

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