stream-chat-react
Version:
React components to create chat conversations or livestream style chat
8 lines (7 loc) • 347 B
TypeScript
import React from 'react';
import type { ChannelPreviewUIComponentProps } from './ChannelPreview';
/**
* Used as preview component for channel item in [ChannelList](#channellist) component.
* Its best suited for messenger type chat.
*/
export declare const ChannelPreviewMessenger: (props: ChannelPreviewUIComponentProps) => React.JSX.Element;