mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-21 01:48:58 +08:00
fix: type check
fix: ci fix: ci fix: ci
This commit is contained in:
8
packages/@core/shared/toolkit/src/cn.ts
Normal file
8
packages/@core/shared/toolkit/src/cn.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { type ClassValue, clsx } from 'clsx';
|
||||
import { twMerge } from 'tailwind-merge';
|
||||
|
||||
function cn(...inputs: ClassValue[]) {
|
||||
return twMerge(clsx(inputs));
|
||||
}
|
||||
|
||||
export { cn };
|
||||
Reference in New Issue
Block a user