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.
Defined in
src/contexts/SelectSingle/SelectSingleContext.tsx:13
selected
• selected: undefined | Date
The day that has been selected.