UNPKG

box-ui-elements

Version:
8 lines (7 loc) 243 B
export declare const useContactService: (api: any, itemId: any, currentUserId: any) => { contactService: { getContactByEmail: any; getContacts: any; getContactsAvatarUrls: (contacts: any) => Promise<any>; }; };