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) 198 B
import { LiteNode } from './Element.js'; export declare class LiteList<N> { nodes: N[]; constructor(children: N[]); append(node: N): void; [Symbol.iterator](): Iterator<LiteNode>; }