Skip to content

Commit

Permalink
fix: re-add useConfirm in public entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Aug 16, 2023
1 parent 09fd16c commit e441725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export type {FocusZoneHookSettings} from './hooks/useFocusZone'
export {useRefObjectAsForwardedRef} from './hooks/useRefObjectAsForwardedRef'
export {useResizeObserver} from './hooks/useResizeObserver'
export {useResponsiveValue} from './hooks/useResponsiveValue'
export {useConfirm} from './drafts/Dialog2/ConfirmationDialog'

// Components
export {default as Radio} from './Radio'
Expand Down

0 comments on commit e441725

Please sign in to comment.