UNPKG

@atlaskit/avatar

Version:

An avatar is a visual representation of a user or entity.

6 lines (5 loc) 234 B
import { type AvatarSizeMap } from './types'; export declare const AVATAR_SIZES: AvatarSizeMap; export declare const AVATAR_RADIUS: AvatarSizeMap; export declare const BORDER_WIDTH = 2; export declare const ACTIVE_SCALE_FACTOR = 0.9;