UNPKG

@connectycube/chat-widget

Version:

A customizable React chat widget built on the ConnectyCube platform, enabling real-time messaging, calls, and user engagement in any web app.

5 lines 260 B
import { type ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string; export declare function getRandomString(length?: number): string; export declare function capitalize(str?: string): string; //# sourceMappingURL=utils.d.ts.map