UNPKG

another-ui

Version:

as the name says, it's another ui library for React built on Tailwind & Shadcn

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