UNPKG

@arolariu/components

Version:

A collection of reusable components for React applications, built as ESM & CJS modules with tree shake, minify and bundler optimizations enabled, for the lowest bundle size (import cost)!

7 lines (6 loc) 193 B
import { type ClassValue } from "clsx"; /** * Helper function that merges tailwindcss * class names in the given input array. */ export declare function cn(...inputs: ClassValue[]): string;