mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
fix Useful
This commit is contained in:
parent
1934bbf00f
commit
b3d69dbd46
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;
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user