Aller au contenu

primatch-frontend


primatch-frontend / components/ui/TimePicker / TimePickerProps

Interface: TimePickerProps

Defined in: src/components/ui/TimePicker.tsx:4

Properties

error?

optional error: string

Defined in: src/components/ui/TimePicker.tsx:8


icon?

optional icon: string

Defined in: src/components/ui/TimePicker.tsx:9


label

label: string

Defined in: src/components/ui/TimePicker.tsx:5


name?

optional name: string

Defined in: src/components/ui/TimePicker.tsx:10


onChange()?

optional onChange: (value) => void

Defined in: src/components/ui/TimePicker.tsx:7

Parameters

value

string

Returns

void


selectedDate?

optional selectedDate: 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?

optional value: string

Defined in: src/components/ui/TimePicker.tsx:6