UNPKG

@chittyos/shared

Version:

ChittyOS Shared Dependencies Framework - Consolidated dependencies for all ChittyOS components

11 lines (9 loc) 167 B
// src/utils/cn.ts import { clsx } from "clsx"; import { twMerge } from "tailwind-merge"; function cn(...inputs) { return twMerge(clsx(inputs)); } export { cn };