Interface: PropsSingle
Defined in: src/types/props.ts:637
The props when the single selection is optional.
See
https://daypicker.dev/docs/selection-modes#single-mode
Properties
mode
mode:
"single"
Defined in: src/types/props.ts:638
onSelect?
optionalonSelect:OnSelectHandler<Date|undefined>
Defined in: src/types/props.ts:643
Event handler when a day is selected.
required?
optionalrequired:false
Defined in: src/types/props.ts:639
selected?
optionalselected:Date
Defined in: src/types/props.ts:641
The selected date.