UNPKG

@yopem-ui/utils

Version:

Yopem UI Utils is a collection of utility functions for Yopem UI.

9 lines (6 loc) 202 B
import { ClassValue } from 'clsx'; export * from 'clsx'; export * from 'class-variance-authority'; export * from 'tailwind-merge'; declare function cn(...inputs: ClassValue[]): string; export { cn };