UNPKG

react-redux-mendeley

Version:

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

13 lines (11 loc) 223 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var toastr = { maxAnimationDelay: 6000, newestOnTop: true, position: 'top-right', preventDuplicates: true }; exports.default = toastr;