UNPKG

@theguild/components

Version:
9 lines (8 loc) 147 B
import { clsx } from "clsx"; import { twMerge } from "tailwind-merge"; const cn = (...args) => { return twMerge(clsx(args)); }; export { cn };