UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

6 lines 375 B
import type { ChannelStateContextValue } from '../../../context/ChannelStateContext'; export declare const useCreateChannelStateContext: (value: Omit<ChannelStateContextValue, "channelCapabilities"> & { channelCapabilitiesArray: string[]; skipMessageDataMemoization?: boolean; }) => ChannelStateContextValue; //# sourceMappingURL=useCreateChannelStateContext.d.ts.map