mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
switch tab -> spaces
This commit is contained in:
2
react-widgets/lib/DateTimePicker.d.ts
vendored
2
react-widgets/lib/DateTimePicker.d.ts
vendored
@@ -31,7 +31,7 @@ interface DateTimePickerProps extends React.Props<DateTimePickerClass> {
|
||||
* @default Date()
|
||||
*/
|
||||
currentDate?: Date;
|
||||
/*
|
||||
/*
|
||||
* Default value for current date. Usefull for suggesting a date when the caldenar opens without keep forcing it once 'value' is set.
|
||||
*/
|
||||
defaultCurrentDate?: Date;
|
||||
|
||||
4
react-widgets/lib/DropdownList.d.ts
vendored
4
react-widgets/lib/DropdownList.d.ts
vendored
@@ -90,11 +90,11 @@ interface DropdownListProps extends React.Props<DropdownListClass> {
|
||||
* handle the opening and closing internally.
|
||||
*/
|
||||
open?: boolean;
|
||||
/**
|
||||
/**
|
||||
* The defaultOpen prop can be used to set an
|
||||
* initialization value for uncontrolled widgets.
|
||||
*/
|
||||
defaultOpen?: boolean;
|
||||
defaultOpen?: boolean;
|
||||
/**
|
||||
* Called when the DropdownList is about to open or close. onToggle should be used when the
|
||||
* open prop is set otherwise the widget open buttons won't work.
|
||||
|
||||
Reference in New Issue
Block a user