mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Add missing type on react-datepicker v0.62.0
customInputRef was just introduced and is missing from current type definitions.
This commit is contained in:
Vendored
+2
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for react-datepicker 0.55
|
||||
// Type definitions for react-datepicker 0.62
|
||||
// Project: https://github.com/Hacker0x01/react-datepicker
|
||||
// Definitions by: Rajab Shakirov <https://github.com/radziksh>,
|
||||
// Andrey Balokha <https://github.com/andrewBalekha>,
|
||||
@@ -19,6 +19,7 @@ export interface ReactDatePickerProps {
|
||||
children?: any;
|
||||
className?: string;
|
||||
customInput?: React.ReactNode;
|
||||
customInputRef?: string;
|
||||
dateFormat?: string | string[];
|
||||
dateFormatCalendar?: string;
|
||||
dayClassName?(date: moment.Moment): string | null;
|
||||
|
||||
Reference in New Issue
Block a user