UNPKG

@navinc/base-react-components

Version:
4 lines (3 loc) 229 B
import { type ClassValue } from 'clsx'; /** combines tailwind-merge and clsx to conditionally combine classnames and properly override based on order of classnames */ export declare const cn: (...inputs: ClassValue[]) => string;