Skip to content

Commit

Permalink
fix(react): add missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Sep 20, 2023
1 parent 160cf42 commit d3f8a93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ export {
export {
useAlerts,
useToasts,
useDropdown,
useFieldControl,
} from './hooks';

// Icons
Expand Down

0 comments on commit d3f8a93

Please sign in to comment.