UNPKG

react-redux-toastr

Version:

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

14 lines (13 loc) 279 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 = toastr; exports["default"] = _default;