UNPKG

react-native-mathjax-html-to-svg

Version:

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

6 lines (5 loc) 208 B
export interface RetryError extends Error { retry: Promise<any>; } export declare function handleRetriesFor(code: Function): Promise<any>; export declare function retryAfter(promise: Promise<any>): void;