Preparing search index...
The search index is not available
devfive front components
devfive front components
index
MobilePickerProps
Type alias MobilePickerProps
Mobile
Picker
Props
:
Pick
<
InternalDatePickerProps
,
"disabledDate"
|
"allowClear"
|
"confirmText"
|
"renderExtraFooter"
|
"value"
|
"defaultValue"
>
&
{
icon
?:
ReactElement
|
IconType
;
onChange
:
InternalDatePickerProps
[
"onChange"
]
;
pickerType
:
"single"
;
showTime
?:
boolean
;
}
|
Pick
<
InternalDateRangePickerProps
,
"disabledDate"
|
"allowClear"
|
"confirmText"
|
"renderExtraFooter"
|
"value"
|
"defaultValue"
>
&
{
icon
?:
ReactElement
|
IconType
;
onChange
:
InternalDateRangePickerProps
[
"onChange"
]
;
pickerType
:
"range"
;
showTime
?:
false
;
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
devfive front components
index
test
Generated using
TypeDoc