Skip to content

Commit

Permalink
feat(useWizard): export hook
Browse files Browse the repository at this point in the history
  • Loading branch information
YossiSaadi committed Sep 30, 2024
1 parent cf8adc2 commit 7088589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ export { default as useListenFocusTriggers } from "./useListenFocusTriggers";
export { default as useClickableProps } from "./useClickableProps/useClickableProps";
export { default as useSwitch } from "./useSwitch";
export { default as useElementsOverflowingIndex } from "./useElementsOverflowingIndex";
export { default as useWizard } from "./useWizard/useWizard";

0 comments on commit 7088589

Please sign in to comment.