UNPKG

@c15t/react

Version:

Developer-first CMP for React: cookie banner, consent manager, preferences centre. GDPR ready with minimal setup and rich customization

7 lines 269 B
import { type ClassValue } from 'clsx'; export type { ClassValue } from 'clsx'; /** * Utilizes `clsx` with `tailwind-merge`, use in cases of possible class conflicts. */ export declare function cnExt(...classes: ClassValue[]): string; //# sourceMappingURL=cn.d.ts.map