Update types/react-datepicker to include boolean ShowQuarterYearPicker (#40538)

This commit is contained in:
Walter Kennedy IV
2019-11-22 07:48:17 -08:00
committed by Sheetal Nandi
parent 55c5a62d37
commit c2bce82d9f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -13,6 +13,7 @@
// Naoki Sekiguchi <https://github.com/seckie>
// tu4mo <https://github.com/tu4mo>
// Kerry Gougeon <https://github.com/kerry-g>
// Walter Kennedy <https://github.com/wthefourth>
// 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;
@@ -98,6 +98,7 @@ const defaultLocale = getDefaultLocale();
showMonthDropdown
showMonthYearDropdown
showMonthYearPicker
showQuarterYearPicker
showPopperArrow
showTimeSelect
showTimeSelectOnly