UNPKG

@atlaskit/avatar-group

Version:

An avatar group displays a number of avatars grouped together in a stack or grid.

3 lines (2 loc) 139 B
import { type AvatarProps } from './types'; export declare const composeUniqueKey: (props: AvatarProps, index: number) => string | number;