Interface: PropsSingle
Defined in: src/types/props.ts:543
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:544
onSelect?
optionalonSelect:OnSelectHandler<Date|undefined>
Defined in: src/types/props.ts:549
Event handler when a day is selected.
required?
optionalrequired:false
Defined in: src/types/props.ts:545
selected?
optionalselected:Date
Defined in: src/types/props.ts:547
The selected date.