UNPKG

react-native-mathjax-html-to-svg

Version:

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

11 lines (10 loc) 256 B
import { LiteElement } from './Element.js'; export declare class LiteText { value: string; parent: LiteElement; get kind(): string; constructor(text?: string); } export declare class LiteComment extends LiteText { get kind(): string; }