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 };
|
@@ -1,3 +1,4 @@
|
||||
export * from './cn';
|
||||
export * from './color';
|
||||
export * from './diff';
|
||||
export * from './hash';
|
||||
|
Reference in New Issue
Block a user