UNPKG

kolenkainc-honohub-react

Version:

React admin panel for honohub

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