UNPKG

@atlaskit/avatar-group

Version:

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

6 lines 115 B
export const composeUniqueKey = (props, index) => { if (props.key) { return props.key; } return index; };