UNPKG

@sendbird/uikit-chat-hooks

Version:

A set of React hooks for integrating Sendbird chat functionality into your React app.

7 lines (6 loc) 264 B
import { SendbirdChatSDK } from '@sendbird/uikit-utils'; export declare const useOpenChannel: (sdk: SendbirdChatSDK, channelUrl: string) => { loading: boolean; channel?: import("@sendbird/chat/openChannel").OpenChannel | undefined; error?: unknown; };