Skip to content

Commit a45ce38

Browse files
feat: export useIsActive hook (#659)
1 parent e9ef5a8 commit a45ce38

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/hooks/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @packageDocumentation @preferred @module react_hooks
88
*/
99
export { useCurrentStateAndParams } from './useCurrentStateAndParams';
10+
export { useIsActive } from './useIsActive';
1011
export { useOnStateChanged } from './useOnStateChanged';
1112
export { useParentView } from './useParentView';
1213
export { useRouter } from './useRouter';

0 commit comments

Comments
 (0)