UNPKG

web3-mq-react

Version:
9 lines (8 loc) 323 B
import React from 'react'; export declare type ChannelPreviewProps = { Preview?: React.ComponentType<ChannelPreviewProps>; channel: any; changeActiveChannelEvent: (channel: any) => void; activeChannel: any | null; }; export declare const ChannelPreview: (props: ChannelPreviewProps) => JSX.Element;