UNPKG

web3-mq-react

Version:
14 lines (13 loc) 437 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) => JSX.Element;