UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

4 lines (3 loc) 276 B
import type { Channel, ChannelMemberResponse } from 'stream-chat'; export declare function useChannelMembershipState(channel: Channel): ChannelMemberResponse; export declare function useChannelMembershipState(channel?: Channel | undefined): ChannelMemberResponse | undefined;