UNPKG

@voilajsx/uikit

Version:

Cross-platform React components with beautiful themes and OKLCH color sciences - Now with mobile (Capacitor) support

14 lines 462 B
/** * Essential utility functions for @voilajsx/uikit * @module @voilajsx/uikit * @file src/lib/utils.ts */ import { type ClassValue } from 'clsx'; /** * Merges multiple class names using clsx and tailwind-merge * This allows for proper handling of Tailwind CSS class conflicts * @param inputs - Class names to merge * @returns Merged class names string */ export declare function cn(...inputs: ClassValue[]): string; //# sourceMappingURL=utils.d.ts.map