UNPKG

@venuecms/sdk-next

Version:

This is a work in progress and is heavily in flux until we launch 1.0 in February.

6 lines (3 loc) 106 B
import { ClassValue } from 'clsx'; declare function cn(...inputs: ClassValue[]): string; export { cn };