diff --git a/src/hooks/index.ts b/src/hooks/index.ts index a2367f14..ac838f7a 100644 --- a/src/hooks/index.ts +++ b/src/hooks/index.ts @@ -7,6 +7,7 @@ * @packageDocumentation @preferred @module react_hooks */ export { useCurrentStateAndParams } from './useCurrentStateAndParams'; +export { useIsActive } from './useIsActive'; export { useOnStateChanged } from './useOnStateChanged'; export { useParentView } from './useParentView'; export { useRouter } from './useRouter';