@voilajsx/uikit
Version:
Cross-platform React components with beautiful themes and OKLCH color science
8 lines • 312 B
TypeScript
/**
* Merges multiple class names using clsx and tailwind-merge
* This allows for proper handling of Tailwind CSS class conflicts
* @param {...string} inputs - Class names to merge
* @returns {string} Merged class names
*/
export function cn(...inputs: string[]): string;
//# sourceMappingURL=utils.d.ts.map