UNPKG

bknd

Version:

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

3 lines (2 loc) 119 B
import { type ClassNameValue } from "tailwind-merge"; export declare function cn(...inputs: ClassNameValue[]): string;