Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Mar 18, 2024
1 parent e21466e commit f29d30e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
UseClearableFieldSlotProps,
} from '@mui/x-date-pickers/hooks';
import { UseDateRangeFieldProps } from '../internals/models';
import { DateRange, RangeFieldSection, DateRangeValidationError } from '../models';
import type { DateRange, RangeFieldSection, DateRangeValidationError } from '../models';

export interface UseSingleInputDateRangeFieldProps<
TDate extends PickerValidDate,
Expand Down

0 comments on commit f29d30e

Please sign in to comment.