UNPKG

react-trophies

Version:

Comprehensive achievement and trophy system for React apps with sound effects, notifications, theming, and visual components. Uses React, React-DOM, Sonner (toast notifications), Howler (sound effects), Zustand (state management), React-Confetti (celebrat

8 lines (7 loc) 292 B
import { type ClassValue } from 'clsx'; /** * Utility to conditionally concatenate class names with proper deduplication. * Combines `clsx` for conditional logic and `tailwind-merge` to avoid * conflicting Tailwind classes. */ export declare function cn(...inputs: ClassValue[]): string;