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) 188 B
export declare class Usage<T> { protected used: Set<string>; protected needsUpdate: T[]; add(item: T): void; has(item: T): boolean; clear(): void; update(): T[]; }