AbdulElahGwaith's picture
Upload folder using huggingface_hub
cf86710 verified

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.

Source

src/contexts/SelectSingle/SelectSingleContext.tsx:13