Skip to content

Commit

Permalink
fix: use export type (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Birkbjo authored Oct 9, 2024
1 parent f649db9 commit eaa8cdb
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 eaa8cdb

Please sign in to comment.