Skip to content

Commit

Permalink
fix(types): Restored resetIdCounter TS type (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and Kent C. Dodds committed Jul 9, 2018
1 parent 9955013 commit c510049
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 @@ -199,3 +199,4 @@ export type DownshiftInterface<Item> = React.ComponentClass<

declare const Downshift: DownshiftInterface<any>
export default Downshift
export function resetIdCounter(): void

0 comments on commit c510049

Please sign in to comment.