UNPKG

react-reward-button

Version:

Drop-in React component that sends Ethereum token rewards and shows confetti animations. Built with wagmi, ethers, and ShadCN UI.

7 lines (6 loc) 212 B
import { type ClassValue } from 'clsx'; /** * Utility function for merging class names using clsx * This is inspired by shadcn/ui's cn() utility */ export declare function cn(...inputs: ClassValue[]): string;