mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Update types/react-datepicker to include boolean ShowQuarterYearPicker (#40538)
This commit is contained in:
committed by
Sheetal Nandi
parent
55c5a62d37
commit
c2bce82d9f
Vendored
+2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user