UNPKG

@connectycube/chat-widget

Version:

A React component that seamlessly integrates ConnectyCube's real-time chat capabilities into your web applications. This widget offers an out-of-the-box solution for embedding chat features—such as instant messaging, user presence, and file sharing—withou

7 lines (6 loc) 345 B
import { Dialogs } from 'connectycube/types'; import { ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string; export declare function createTempChat(id: string, name: string, type: 3 | 2, occupantsIds: number[], currentUserId: number, photo?: string, extensions?: { [key: string]: string; }): Dialogs.Dialog;