Skip to content

Commit

Permalink
fix: use export type
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo committed Oct 9, 2024
1 parent f649db9 commit 41c1736
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
export { useResolvedDirection } from './useResolvedDirection'
export {
useDatePicker,
DatePickerOptions,
OnDateSelectPayload,
} from './useDatePicker'
export { useDatePicker } from './useDatePicker'
export type { DatePickerOptions, OnDateSelectPayload } from './useDatePicker'

0 comments on commit 41c1736

Please sign in to comment.