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) 324 B
import { __assign } from './_virtual/_tslib.js'; import { toast } from 'react-toastify'; import { TOASTS_SUCCESS_OPTIONS } from './toastsDefaultOptions.js'; function ToastSuccess(content, options) { return toast.success(content, __assign(__assign({}, TOASTS_SUCCESS_OPTIONS), options || {})); } export { ToastSuccess };