UNPKG

@web3mq/react-components

Version:
14 lines (13 loc) 443 B
import React from 'react'; export declare type ChannelPreviewUIComponentProps = { Avatar?: React.ComponentType; channel: any; unread: number; lastMessage: string; displayTitle: string; updatedAt: string; active: boolean; avatarUrl: string; setActiveChannel?: (channel: any) => void; }; export declare const ChannelPreviewMessenger: (props: ChannelPreviewUIComponentProps) => React.JSX.Element;