Antonio De Lucreziis 1 month ago
parent 890fbc14c3
commit c8771142d5

@ -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

Loading…
Cancel
Save