Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Oct 9, 2024
1 parent c310fbc commit 9c96ce3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/calendar/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ export interface CalendarProps {

export const Calendar: React.FC<CalendarProps>

export type CalendarInputProps = Omit<
InputFieldProps, 'type' | 'value'
> &
export type CalendarInputProps = Omit<InputFieldProps, 'type' | 'value'> &
CalendarProps

export const CalendarInput: React.FC<CalendarInputProps>

0 comments on commit 9c96ce3

Please sign in to comment.