UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

8 lines (7 loc) 280 B
export * from './Sidebar'; import Sidebar from './Sidebar'; import { SidebarItemProps } from './SidebarItem'; import { SidebarEntry } from './sidebarSlice'; export default Sidebar; export type { SidebarEntry as SidebarEntryProps, SidebarItemProps }; export type { SidebarEntry };