UNPKG

@sendbird/uikit-chat-hooks

Version:

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

4 lines (3 loc) 246 B
import { UserEventHandler } from '@sendbird/chat'; import type { SendbirdChatSDK } from '@sendbird/uikit-utils'; export declare const useUserEventHandler: (sdk: SendbirdChatSDK, handlerId: string, hookHandler: Partial<UserEventHandler>) => void;