primatch-frontend / components/ui/TimePicker / TimePickerProps
Interface: TimePickerProps¶
Defined in: src/components/ui/TimePicker.tsx:4
Properties¶
error?¶
optionalerror:string
Defined in: src/components/ui/TimePicker.tsx:8
icon?¶
optionalicon:string
Defined in: src/components/ui/TimePicker.tsx:9
label¶
label:
string
Defined in: src/components/ui/TimePicker.tsx:5
name?¶
optionalname:string
Defined in: src/components/ui/TimePicker.tsx:10
onChange()?¶
optionalonChange: (value) =>void
Defined in: src/components/ui/TimePicker.tsx:7
Parameters¶
value¶
string
Returns¶
void
selectedDate?¶
optionalselectedDate:string
Defined in: src/components/ui/TimePicker.tsx:12
Date sélectionnée (YYYY-MM-DD). Si c'est aujourd'hui, les heures passées sont désactivées.
value?¶
optionalvalue:string
Defined in: src/components/ui/TimePicker.tsx:6