UNPKG

@sendbird/uikit-react

Version:

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

4 lines (3 loc) 225 B
import type { SdkStore } from '../../lib/Sendbird/types'; export declare const isBroadcastChannelEnabled: (sdk: SdkStore['sdk']) => boolean; export declare const isSuperGroupChannelEnabled: (sdk: SdkStore['sdk']) => boolean;