UNPKG

react-native-mathjax-html-to-svg

Version:

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

7 lines (6 loc) 231 B
import { PropertyList } from '../../Tree/Node.js'; import { AbstractMmlLayoutNode } from '../MmlNode.js'; export declare class MmlMpadded extends AbstractMmlLayoutNode { static defaults: PropertyList; get kind(): string; }