UNPKG

web3-mq-react

Version:
12 lines (11 loc) 365 B
import React from 'react'; declare type SelectContactsProps = { className?: string; contactList: Array<any>; selectedContacts: Array<any>; handleNext: () => void; onSelected: (contact: Array<any>) => void; onDeleted: (contact: Array<any>) => void; }; export declare const SelectContacts: React.FC<SelectContactsProps>; export {};