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 {