diff --git a/components/calendar/types/index.d.ts b/components/calendar/types/index.d.ts index 6e0dc3a33..5b1d0bb99 100644 --- a/components/calendar/types/index.d.ts +++ b/components/calendar/types/index.d.ts @@ -57,9 +57,7 @@ export interface CalendarProps { export const Calendar: React.FC -export type CalendarInputProps = Omit< - InputFieldProps, 'type' | 'value' -> & +export type CalendarInputProps = Omit & CalendarProps export const CalendarInput: React.FC