We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f712cf1 commit 6db5420Copy full SHA for 6db5420
src/calendar/CalendarDate.tsx
@@ -18,6 +18,7 @@ import {
18
MarkDateType,
19
MarkType,
20
ScrollDirectionType,
21
+ SelectType,
22
WeekStartType,
23
} from './types';
24
import {
@@ -38,6 +39,8 @@ export const calendarDateProps = {
38
39
showWeekView: Boolean,
40
show: Boolean,
41
disabledWeekView: Boolean,
42
+ selectType: makeStringProp<SelectType>('single'),
43
+ allowSameDay: Boolean,
44
defaultDate: [Date, Array] as PropType<Date | Date[] | null>,
45
minDate: makeDateProp(null),
46
maxDate: makeDateProp(null),
0 commit comments