UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

3 lines (2 loc) 160 B
import type { ChatContextValue } from '../../../context/ChatContext'; export declare const useCreateChatContext: (value: ChatContextValue) => ChatContextValue;