UNPKG

stream-chat-react

Version:

React components to create chat conversations or livestream style chat

7 lines (6 loc) 187 B
import type { Channel } from 'stream-chat'; export declare const useIsChannelMuted: (channel: Channel) => { createdAt: Date | null; expiresAt: Date | null; muted: boolean; };