UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

3 lines (2 loc) 139 B
import { SidebarItemProps } from '.'; export declare const useSidebarItems: (sidebarName?: string) => Omit<SidebarItemProps, "sidebar">[];