UNPKG

kolenkainc-honohub-react

Version:

React admin panel for honohub

18 lines (17 loc) 551 B
export type HomePage = LinksGrid & Socials; export declare function HomePage({ stats, basePath }: HomePage): import("react/jsx-runtime").JSX.Element; type LinksGrid = { stats: { version: string; hono: string; collections: number; routes: number; plugins: number; }; }; declare function LinksGrid({ stats }: LinksGrid): import("react/jsx-runtime").JSX.Element; type Socials = { basePath: string; }; declare function Socials({ basePath }: Socials): import("react/jsx-runtime").JSX.Element; export {};