@atlaskit/avatar
Version:
An avatar is a visual representation of a user or entity.
8 lines • 441 B
JavaScript
export { default } from './avatar';
export { AvatarContent } from './avatar-content';
export { default as AvatarItem } from './avatar-item';
export { default as Presence } from './presence';
export { default as Status } from './status';
export { default as Skeleton } from './skeleton';
export { AvatarContext, useAvatarContext } from './context';
export { AVATAR_SIZES, BORDER_WIDTH, AVATAR_RADIUS, ACTIVE_SCALE_FACTOR } from './constants';