Interface: PropsSingle
Defined in: src/types/props.ts:626
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:627
onSelect?
optionalonSelect:OnSelectHandler<undefined|Date>
Defined in: src/types/props.ts:632
Event handler when a day is selected.
required?
optionalrequired:false
Defined in: src/types/props.ts:628
selected?
optionalselected:Date
Defined in: src/types/props.ts:630
The selected date.