From 7eeeebf310e23e80a1ebeb8161aec163c9f3c28f Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 10 Oct 2017 22:56:16 +0300 Subject: [PATCH] Add the closeOnSelect property (#20444) --- types/react-select/index.d.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/types/react-select/index.d.ts b/types/react-select/index.d.ts index e5defc9ede..7ee2bbd810 100644 --- a/types/react-select/index.d.ts +++ b/types/react-select/index.d.ts @@ -9,6 +9,7 @@ // MartynasZilinskas // Onat Yigit Mercan // Ian Johnson +// Anton Novik // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 @@ -184,6 +185,11 @@ export interface ReactSelectProps extends React.Props