diff --git a/types/react-datepicker/index.d.ts b/types/react-datepicker/index.d.ts index 4505f32a53..712df467a2 100644 --- a/types/react-datepicker/index.d.ts +++ b/types/react-datepicker/index.d.ts @@ -13,6 +13,7 @@ // Naoki Sekiguchi // tu4mo // Kerry Gougeon +// Walter Kennedy // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 @@ -120,6 +121,7 @@ export interface ReactDatePickerProps { showMonthDropdown?: boolean; showMonthYearDropdown?: boolean; showMonthYearPicker?: boolean; + showQuarterYearPicker?: boolean; showPopperArrow?: boolean; showTimeSelect?: boolean; showTimeSelectOnly?: boolean; diff --git a/types/react-datepicker/react-datepicker-tests.tsx b/types/react-datepicker/react-datepicker-tests.tsx index 7f51c3bec3..57607c4549 100644 --- a/types/react-datepicker/react-datepicker-tests.tsx +++ b/types/react-datepicker/react-datepicker-tests.tsx @@ -98,6 +98,7 @@ const defaultLocale = getDefaultLocale(); showMonthDropdown showMonthYearDropdown showMonthYearPicker + showQuarterYearPicker showPopperArrow showTimeSelect showTimeSelectOnly