UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

8 lines (7 loc) 256 B
import { GroupChannel } from "@sendbird/chat/groupChannel"; type UseSampleChannelParams = { appId?: string; userId?: string; }; export declare const useSampleChannel: ({ appId, userId, }?: UseSampleChannelParams) => GroupChannel | null; export {};