UNPKG

classifyx

Version:
4 lines (3 loc) 304 B
import { type ClassValue } from 'clsx'; import { type VariantProps } from 'tailwind-variants'; export declare function cfx(baseStyles: string | ClassValue, variantsConfigOrClassName?: Record<string, any> | ClassValue | null, variantProps?: VariantProps<any>, ...additionalClasses: ClassValue[]): string;