@web3mq/react-components
Version:
web3mq-react-components
9 lines (8 loc) • 329 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) => React.JSX.Element;