UNPKG

@tiiqu/ui

Version:

A customizable, accessible, and developer-friendly React UI component library powered by Tailwind CSS, TypeScript, and Vite

3 lines (2 loc) 96 B
import { ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string;