Skip to content

Commit

Permalink
fix: remove calendarDate from OnDateSelectPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Oct 8, 2024
1 parent a8e90f4 commit c424f6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useDatePicker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { useResolvedLocaleOptions } from './internal/useResolvedLocaleOptions'
import { useWeekDayLabels } from './internal/useWeekDayLabels'

export type OnDateSelectPayload = {
calendarDate: Temporal.ZonedDateTime
calendarDateString: string
} | null

Expand Down

0 comments on commit c424f6f

Please sign in to comment.