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) 241 B
import { ArrayItem } from '../base/BaseItems.js'; export declare class MultlineItem extends ArrayItem { constructor(factory: any, ...args: any[]); get kind(): string; EndEntry(): void; EndRow(): void; EndTable(): void; }