File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/@react-types/calendar/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ export interface AriaCalendarProps<T extends DateValue> extends CalendarProps<T>
69
69
70
70
export interface AriaRangeCalendarProps < T extends DateValue > extends RangeCalendarProps < T > , DOMProps , AriaLabelingProps { }
71
71
72
- export interface SpectrumCalendarProps < T extends DateValue > extends CalendarProps < T > , StyleProps {
72
+ export interface SpectrumCalendarProps < T extends DateValue > extends AriaCalendarProps < T > , StyleProps {
73
73
/**
74
74
* The number of months to display at once. Up to 3 months are supported.
75
75
* @default 1
76
76
*/
77
77
visibleMonths ?: number
78
78
}
79
79
80
- export interface SpectrumRangeCalendarProps < T extends DateValue > extends RangeCalendarProps < T > , StyleProps {
80
+ export interface SpectrumRangeCalendarProps < T extends DateValue > extends AriaRangeCalendarProps < T > , StyleProps {
81
81
/**
82
82
* The number of months to display at once. Up to 3 months are supported.
83
83
* @default 1
You can’t perform that action at this time.
0 commit comments