Skip to content

Commit

Permalink
feat(id): Add typing for id prop (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
tansongyang authored and Kent C. Dodds committed Sep 23, 2017
1 parent 3c6406d commit c41220c
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 @@ -25,6 +25,7 @@ export interface DownshiftProps {
isOpen?: boolean
inputValue?: string
highlightedIndex?: number
id?: string
}

export interface A11yStatusMessageOptions {
Expand Down

0 comments on commit c41220c

Please sign in to comment.