web3-mq-react
Version:
web3-mq-react-components
9 lines (8 loc) • 323 B
TypeScript
import React from 'react';
export declare type ContactPreviewProps = {
Preview?: React.ComponentType<ContactPreviewProps>;
contact: any;
activeContact: any | null;
changeActiveContactEvent: (contact: any) => void;
};
export declare const ContactPreview: (props: ContactPreviewProps) => JSX.Element;