UNPKG

@sendbird/uikit-chat-hooks

Version:

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

9 lines (8 loc) 310 B
import { SendbirdChatSDK } from '@sendbird/uikit-utils'; export declare const useAppFeatures: (sdk: SendbirdChatSDK) => { deliveryReceiptEnabled: boolean; broadcastChannelEnabled: boolean; superGroupChannelEnabled: boolean; reactionEnabled: boolean; uploadSizeLimit: number | undefined; };