@atlaskit/avatar
Version:
An avatar is a visual representation of a user or entity.
9 lines • 512 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 { default as getAppearanceForAppType } from './get-appearance';
export { AvatarContext, useAvatarContext } from './context';
export { AVATAR_SIZES, BORDER_WIDTH, AVATAR_RADIUS, ACTIVE_SCALE_FACTOR } from './constants';