UNPKG

@lidofinance/toast

Version:

React component for Lido Finance projects based on React-Toastify (https://github.com/fkhadra/react-toastify). Part of [Lido UI Components](https://github.com/lidofinance/ui/#readme)

4 lines (3 loc) 192 B
import { ReactText } from 'react'; import { ToastOptions, ToastContent } from 'react-toastify'; export declare function ToastPending(content: ToastContent, options?: ToastOptions): ReactText;