mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
fix Useful
This commit is contained in:
2
react-widgets/lib/DateTimePicker.d.ts
vendored
2
react-widgets/lib/DateTimePicker.d.ts
vendored
@@ -32,7 +32,7 @@ interface DateTimePickerProps extends React.Props<DateTimePickerClass> {
|
||||
*/
|
||||
currentDate?: Date;
|
||||
/*
|
||||
* Default value for current date. Usefull for suggesting a date when the caldenar opens without keep forcing it once 'value' is set.
|
||||
* Default value for current date. Useful for suggesting a date when the caldenar opens without keep forcing it once 'value' is set.
|
||||
*/
|
||||
defaultCurrentDate?: Date;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user