UNPKG

web3-mq-react

Version:
12 lines (11 loc) 388 B
import type { EventTypes, Client } from 'web3-mq'; export declare const useSelectedContacts: (client: Client) => { contacts: any[]; selectedContacts: any[]; handleCleanSelected: () => void; handleEvent: (props: { type: EventTypes; }) => void; handleDeleteContact: (delContact: any) => void; handleSelectedContact: (contact: any) => void; };