diff --git a/react-select/index.d.ts b/react-select/index.d.ts index beed5858ff..789512661f 100644 --- a/react-select/index.d.ts +++ b/react-select/index.d.ts @@ -238,7 +238,7 @@ declare namespace ReactSelectClass { /** * onChange handler: function (newValue) {} */ - onChange?: (newValue: Option | Option[]) => void; + onChange?: (newValue: Option | Option[] | null) => void; /** * fires when the menu is closed */