web3-mq-react
Version:
web3-mq-react-components
9 lines (8 loc) • 323 B
TypeScript
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;