@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.
6 lines • 335 B
TypeScript
import type { ConnectyCubeChatWidgetProps } from './index';
export { default } from './index';
export type { ConnectyCubeChatWidgetProps } from './index';
export declare function mount(props: ConnectyCubeChatWidgetProps, target?: HTMLElement): HTMLElement;
export declare function unmount(): void;
//# sourceMappingURL=browser.d.ts.map