UNPKG

react-redux-toastr

Version:

react-redux-toastr is a React toastr message implemented with Redux

13 lines (12 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var toastr = { maxAnimationDelay: 6000, newestOnTop: true, position: 'top-right', preventDuplicates: true }; var _default = exports["default"] = toastr;