Skip to content

Commit

Permalink
feat(TS): add onOuterClick to DownshiftProps typing (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheapsteak authored and Kent C. Dodds committed Oct 18, 2017
1 parent 880d1f5 commit 12f9d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface DownshiftProps {
selectedItem: any,
stateAndHelpers: ControllerStateAndHelpers,
) => void
onOuterClick?: () => void
onStateChange?: (
options: StateChangeOptions,
stateAndHelpers: ControllerStateAndHelpers,
Expand Down

0 comments on commit 12f9d6d

Please sign in to comment.