From a1d771d49cd6bf227593e24341ae4b218841ceba Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Wed, 13 Mar 2019 18:21:34 +0100 Subject: [PATCH] Update Option.d.ts (#33760) --- types/react-select/lib/components/Option.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react-select/lib/components/Option.d.ts b/types/react-select/lib/components/Option.d.ts index d7d20ec325..c770d91afa 100644 --- a/types/react-select/lib/components/Option.d.ts +++ b/types/react-select/lib/components/Option.d.ts @@ -15,6 +15,7 @@ interface InnerProps { id: string; key: string; onClick: MouseEventHandler; + onMouseMove: MouseEventHandler; onMouseOver: MouseEventHandler; tabIndex: number; }