Interface: SelectSingleContextValue
Represents the value of a SelectSingleContext.
Properties
onDayClick?
optional
onDayClick:DayClickEventHandler
Event handler to attach to the day button to enable the single select.
Source
src/contexts/SelectSingle/SelectSingleContext.tsx:15
selected
selected:
undefined
|Date
The day that has been selected.