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) 225 B
import { Info } from 'mj-context-menu/js/info.js'; export declare class SelectableInfo extends Info { addEvents(element: HTMLElement): void; selectAll(): void; copyToClipboard(): void; generateHtml(): void; }