UNPKG

react-native-mathjax-html-to-svg

Version:

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

10 lines (9 loc) 212 B
import { LiteElement } from './Element.js'; export declare class LiteDocument { root: LiteElement; head: LiteElement; body: LiteElement; type: string; get kind(): string; constructor(); }