@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)
7 lines (6 loc) • 337 B
TypeScript
import { ToastOptions } from 'react-toastify';
export declare const TOASTS_DEFAULT_OPTIONS: ToastOptions;
export declare const TOASTS_ERROR_OPTIONS: ToastOptions;
export declare const TOASTS_SUCCESS_OPTIONS: ToastOptions;
export declare const TOASTS_INFO_OPTIONS: ToastOptions;
export declare const TOASTS_PENDING_OPTIONS: ToastOptions;