Skip to content

Commit

Permalink
Exposed useCanExit hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesPlayer committed Feb 6, 2025
1 parent 4756891 commit cdc3730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* This is a collection of [react hooks](https://reactjs.org/docs/hooks-intro.html)
* that can be used in functional components.
*/
export { useCanExit } from './useCanExit';
export { useCurrentStateAndParams } from './useCurrentStateAndParams';
export { useIsActive } from './useIsActive';
export { useOnStateChanged } from './useOnStateChanged';
Expand Down

0 comments on commit cdc3730

Please sign in to comment.