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

8 lines (7 loc) 287 B
import { default as React } from 'react'; type EmptyContentPlaceholderProps = { title: string | string[]; className?: React.HTMLAttributes<HTMLDivElement>['className']; }; declare const _default: React.NamedExoticComponent<EmptyContentPlaceholderProps>; export default _default;