react-calendar-byhja - v0.1.2
Preparing search index...
DatePickerProps
Interface DatePickerProps
interface
DatePickerProps
{
customIcon
?:
ReactNode
;
customInput
?:
ReactNode
;
dateFormat
?:
"YYYY.MM.DD"
|
"YYYY-MM-DD"
|
"MM/DD/YYYY"
;
displayMode
?:
"dropdown"
|
"modal"
;
locale
?:
LocaleType
;
monthFormat
?:
LocaleType
;
onChange
?:
(
date
:
null
|
Date
)
=>
void
;
theme
?:
CalendarTheme
;
value
?:
null
|
Date
;
}
Index
Properties
custom
Icon?
custom
Input?
date
Format?
display
Mode?
locale?
month
Format?
on
Change?
theme?
value?
Properties
Optional
custom
Icon
customIcon
?:
ReactNode
Optional
custom
Input
customInput
?:
ReactNode
Optional
date
Format
dateFormat
?:
"YYYY.MM.DD"
|
"YYYY-MM-DD"
|
"MM/DD/YYYY"
Optional
display
Mode
displayMode
?:
"dropdown"
|
"modal"
Optional
locale
locale
?:
LocaleType
Optional
month
Format
monthFormat
?:
LocaleType
Optional
on
Change
onChange
?:
(
date
:
null
|
Date
)
=>
void
Optional
theme
theme
?:
CalendarTheme
Optional
value
value
?:
null
|
Date
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
custom
Icon
custom
Input
date
Format
display
Mode
locale
month
Format
on
Change
theme
value
react-calendar-byhja - v0.1.2
Loading...