From 2b670a4ae660da8c29055b03608776aeb136044b Mon Sep 17 00:00:00 2001 From: Andy Baudoin Date: Wed, 20 Nov 2019 11:51:44 -0800 Subject: [PATCH] [react-geosuggest]: add missing `ignoreEnter` property (#40508) --- types/react-geosuggest/index.d.ts | 1 + types/react-geosuggest/react-geosuggest-tests.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/types/react-geosuggest/index.d.ts b/types/react-geosuggest/index.d.ts index 6e45e410fe..e2e7d71eb0 100644 --- a/types/react-geosuggest/index.d.ts +++ b/types/react-geosuggest/index.d.ts @@ -34,6 +34,7 @@ export interface GeosuggestProps extends Omit