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)

9 lines (8 loc) 254 B
export { toast } from 'react-toastify'; export * from './ToastContainer'; export * from './ToastDefault'; export * from './ToastError'; export * from './ToastInfo'; export * from './ToastPending'; export * from './ToastSuccess'; export * from './types';