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)

10 lines (7 loc) 309 B
import { __assign } from './_virtual/_tslib.js'; import { toast } from 'react-toastify'; import { TOASTS_INFO_OPTIONS } from './toastsDefaultOptions.js'; function ToastInfo(content, options) { return toast.info(content, __assign(__assign({}, TOASTS_INFO_OPTIONS), options || {})); } export { ToastInfo };