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; }