react-toastr
react-toastr copied to clipboard
Lack of documentation for `extendedTimeOut` parameter
Actually what difference between extendedTimeOut and timeOut ?
Any update on this. I wanted to know also.
timeOut sets the time interval after which the toast message should automatically close if it isn't interacted with / hovered on. extendedTimeOut sets the time interval after which the toast message should automatically close after being hovered on. extendedTimeOut is applied on hover exit.