UNPKG

box-ui-elements

Version:
3 lines (2 loc) 165 B
import type { AvatarURLMap } from '../types'; export declare const fetchAvatars: ({ api, itemId, collaborators }: FetchCollaboratorsProps) => Promise<AvatarURLMap>;