UNPKG

bknd

Version:

Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, React Router, Astro, Cloudflare, Bun, Node, AWS Lambda & more.

7 lines (6 loc) 241 B
export type BreadcrumbsProps = { path: string | string[]; backTo?: string; onBack?: () => void; }; export declare const Breadcrumbs: ({ path: _path, backTo, onBack }: BreadcrumbsProps) => import("react/jsx-runtime").JSX.Element;