mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 11:07:32 +08:00
add dateIcon type (#28862)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
82a2833b4e
commit
8ce5ce4c30
4
types/react-widgets/lib/DateTimePicker.d.ts
vendored
4
types/react-widgets/lib/DateTimePicker.d.ts
vendored
@@ -48,6 +48,10 @@ interface DateTimePickerProps extends ReactWidgetsCommonDropdownProps<DateTimePi
|
||||
/*
|
||||
* Default value for current date. Useful for suggesting a date when the caldenar opens without keep forcing it once 'value' is set.
|
||||
*/
|
||||
dateIcon?: any;
|
||||
/*
|
||||
* Specify the element used to render the calendar dropdown icon
|
||||
*/
|
||||
defaultCurrentDate?: Date;
|
||||
/**
|
||||
* Change event Handler that is called when the currentDate is changed. The handler is
|
||||
|
||||
Reference in New Issue
Block a user