UNPKG

v12-ui

Version:

A React component library with a focus on utility-first design and accessibility.

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