Skip to content

Commit

Permalink
Review: Lukas
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Nov 6, 2024
1 parent 2c32848 commit 793049e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
PickersCalendarHeaderSlots,
PickersCalendarHeaderSlotProps,
} from '@mui/x-date-pickers/PickersCalendarHeader';
import { PickersDayOwnerState } from '@mui/x-date-pickers/DateCalendar';
import { PickerDayOwnerState } from '@mui/x-date-pickers/DateCalendar';
import {
BaseDateValidationProps,
ExportedDayCalendarProps,
Expand Down Expand Up @@ -54,7 +54,7 @@ export interface DateRangeCalendarSlotProps
{},
DateRangeCalendarOwnerState
>;
day?: SlotComponentProps<typeof DateRangePickerDay, {}, PickersDayOwnerState>;
day?: SlotComponentProps<typeof DateRangePickerDay, {}, PickerDayOwnerState>;
}

export interface ExportedDateRangeCalendarProps
Expand Down

0 comments on commit 793049e

Please sign in to comment.