lightswind
Version:
A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.
8 lines (7 loc) • 462 B
TypeScript
export function cn(...inputs: any[]): string;
export function formatCurrency(amount: any, currency: string, options: any): string;
export function generateUniqueId(prefix?: string): string;
export function truncateText(text: any, maxLength: any): any;
export function formatDate(date: any, options: any): string;
export function debounce(func: any, wait: any): (...args: any[]) => void;
export function throttle(func: any, limit: any): (...args: any[]) => void;