UNPKG

ds-smart-ui

Version:

Smart UI is a React component library that helps you build accessible and responsive web applications.

4 lines (2 loc) 98 B
import { ClassValue } from 'clsx'; export declare function cn(...classes: ClassValue[]): string;