Interface: PropsMulti
Defined in: src/types/props.ts:660
The props when the multiple selection is optional.
See
https://daypicker.dev/docs/selection-modes#multiple-mode
Properties
max?
optionalmax:number
Defined in: src/types/props.ts:670
The maximum number of selectable days.
min?
optionalmin:number
Defined in: src/types/props.ts:668
The minimum number of selectable days.
mode
mode:
"multiple"
Defined in: src/types/props.ts:661
onSelect?
optionalonSelect:OnSelectHandler<undefined|Date[]>
Defined in: src/types/props.ts:666
Event handler when days are selected.
required?
optionalrequired:false
Defined in: src/types/props.ts:662
selected?
optionalselected:Date[]
Defined in: src/types/props.ts:664
The selected dates.