UNPKG

@pnpmmono/tailwind-utils

Version:

A utility package for working with Tailwind CSS

6 lines (3 loc) 105 B
import { ClassValue } from 'clsx'; declare const cn: (...args: ClassValue[]) => string; export { cn };