@ -33,7 +33,7 @@ export const trottleDebounce = <T extends any[], R>(
}
type ClassValue = string | ClassValue[] | Record<string, boolean> | false | undefined
export type ClassValue = string | ClassValue[] | Record<string, boolean> | false | undefined
export function clsx(...args: ClassValue[]): string {
return args