UNPKG

@web3mq/react-components

Version:
9 lines (8 loc) 329 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) => React.JSX.Element;