UNPKG

@sendbird/uikit-chat-hooks

Version:

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

7 lines (6 loc) 247 B
import { SendbirdChatSDK, SendbirdGroupChannel } from '@sendbird/uikit-utils'; export declare const useGroupChannel: (sdk: SendbirdChatSDK, channelUrl: string) => { loading: boolean; channel?: SendbirdGroupChannel; error?: unknown; };