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) 311 B
import { PropertyList } from '../../Tree/Node.js'; import { AbstractMmlTokenNode } from '../MmlNode.js'; export declare class MmlMglyph extends AbstractMmlTokenNode { static defaults: PropertyList; protected texclass: number; get kind(): string; verifyAttributes(options: PropertyList): void; }