AbdulElahGwaith's picture
Upload folder using huggingface_hub
cf86710 verified

Interface: SelectRangeContextValue

Represents the value of a SelectRangeContext.

Properties

modifiers

modifiers: SelectRangeModifiers

The modifiers for the corresponding selection.

Source

src/contexts/SelectRange/SelectRangeContext.tsx:35


onDayClick?

optional onDayClick: DayClickEventHandler

Event handler to attach to the day button to enable the range select.

Source

src/contexts/SelectRange/SelectRangeContext.tsx:37


selected

selected: undefined | DateRange

The range of days that has been selected.

Source

src/contexts/SelectRange/SelectRangeContext.tsx:33