UNPKG

kolenkainc-honohub-react

Version:

React admin panel for honohub

4 lines (3 loc) 205 B
import { AppSidebar } from "./Sidebar"; export type SidebarDrawer = Pick<AppSidebar, "options">; export declare function SidebarDrawer({ options }: SidebarDrawer): import("react/jsx-runtime").JSX.Element;