UNPKG

web3-mq-react

Version:
7 lines (6 loc) 234 B
import React from 'react'; export declare type SearchItemProps = { user: any; onClick?: (user: any) => void; }; export declare const ChannelSelectItem: React.MemoExoticComponent<(props: SearchItemProps) => JSX.Element>;