import { DatePickerProps } from '@mui/x-date-pickers'; import { Dayjs } from 'dayjs'; export interface IDatePicker extends DatePickerProps { }