stream-chat-react
Version:
React components to create chat conversations or livestream style chat
6 lines (5 loc) • 317 B
TypeScript
import type { ChannelStateContextValue } from '../../../context/ChannelStateContext';
export declare const useCreateChannelStateContext: (value: Omit<ChannelStateContextValue, 'channelCapabilities'> & {
channelCapabilitiesArray: string[];
skipMessageDataMemoization?: boolean;
}) => ChannelStateContextValue;