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 (5 loc) 217 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var reactToastify = require('react-toastify'); var ToastPosition = reactToastify.toast.POSITION; exports.ToastPosition = ToastPosition;