@atlaskit/avatar
Version:
An avatar is a visual representation of a user or entity.
9 lines (8 loc) • 470 B
TypeScript
import { type AvatarSizeMap, type IndicatorSizeType } 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;
export declare const CSS_VAR_AVATAR_BGCOLOR = "--avatar-background-color";
export declare const ICON_SIZES: Record<IndicatorSizeType, number>;
export declare const ICON_OFFSET: Record<IndicatorSizeType, number>;