stream-chat-react
Version:
React components to create chat conversations or livestream style chat
6 lines • 307 B
TypeScript
/**
* Returns the channel header online status text (e.g. "Online", "Offline", or "X members, Y online").
* Returns null when the channel has no members (nothing to show).
*/
export declare function useChannelHeaderOnlineStatus(): string | null;
//# sourceMappingURL=useChannelHeaderOnlineStatus.d.ts.map