UNPKG

bknd

Version:

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

8 lines (7 loc) 199 B
export type IconProps = { className?: string; title?: string; }; export declare const Icon: { Warning: ({ className, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; };