UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

8 lines (7 loc) 262 B
import { SidebarLink } from "./SidebarSplit"; export type LinkSet = "default" | "admin" | "analytics"; export declare const useSidebarConfig: (linkSet?: LinkSet) => { links: SidebarLink[]; activePath: string; handleSelect: (path: string) => void; };