Skip to content

Commit

Permalink
Add missing closeOnToastrClick-prop (DefinitelyTyped#29849)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnolos authored and sheetalkamat committed Oct 18, 2018
1 parent 310bbee commit 5262124
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/react-redux-toastr/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for react-redux-toastr 7.1
// Type definitions for react-redux-toastr 7.4
// Project: https://github.com/diegoddox/react-redux-toastr
// Definitions by: Aleksandar Ivanov <https://github.com/Smiche>
// Artyom Stukans <https://github.com/artyomsv>
Expand Down Expand Up @@ -102,6 +102,7 @@ interface ReduxToastrProps {
transitionIn?: transitionInType;
transitionOut?: transitionOutType;
className?: string;
closeOnToastrClick?: boolean;
}

interface ToastrEmitter {
Expand Down

0 comments on commit 5262124

Please sign in to comment.