add dateIcon type (#28862)

This commit is contained in:
Sean O'Neill
2018-09-14 12:10:35 -04:00
committed by Ryan Cavanaugh
parent 82a2833b4e
commit 8ce5ce4c30

View File

@@ -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