identity-admin-ui 1.12.33 → 1.12.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { NavListProps } from './type';
|
|
1
2
|
export { default as NavSectionVertical } from './vertical';
|
|
2
3
|
export { default as NavSectionHorizontal } from './horizontal';
|
|
3
4
|
export declare function isExternalLink(path: string): boolean;
|
|
4
|
-
export declare function getActive(
|
|
5
|
+
export declare function getActive(list: NavListProps, pathname: string): boolean;
|