UNPKG

shadcn-react

Version:
4 lines (3 loc) 308 B
import { type ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string; export declare function mapFormProps<Props, ValuePropName extends keyof Props, OnChangePropsName extends keyof Props>(props: Props, valuePropName: ValuePropName, onChangePropName: OnChangePropsName): Props;