UNPKG

react-toastify-redux

Version:
15 lines (14 loc) 300 B
import {dismiss, update, error, message, warning, success, info} from './actions'; import reducer from './reducer'; import ToastContainer from './container'; export { dismiss, update, error, message, warning, success, info, reducer as toastsReducer, ToastContainer };