UNPKG

kel-ui-components

Version:

A modern, accessible UI component library built with React, TypeScript, and Tailwind CSS

6 lines 445 B
import { type ClassValue } from "clsx"; export declare function cn(...inputs: ClassValue[]): string; export declare function formatDate(date: Date): string; export declare function debounce<T extends (...args: any[]) => any>(func: T, wait: number): (...args: Parameters<T>) => void; export declare function throttle<T extends (...args: any[]) => any>(func: T, limit: number): (...args: Parameters<T>) => void; //# sourceMappingURL=utils.d.ts.map