From c41220c8c4c703387b1d7745c44903a7025cc102 Mon Sep 17 00:00:00 2001 From: Frank Tan Date: Sat, 23 Sep 2017 09:50:25 -0400 Subject: [PATCH] feat(id): Add typing for id prop (#199) --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 41c4ba50a..86bac348a 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -25,6 +25,7 @@ export interface DownshiftProps { isOpen?: boolean inputValue?: string highlightedIndex?: number + id?: string } export interface A11yStatusMessageOptions {