UNPKG

@atlaskit/avatar

Version:

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

4 lines (3 loc) 182 B
import type { AppearanceType } from './types'; declare const getAppearanceForAppType: (appType: string | null | undefined) => AppearanceType; export default getAppearanceForAppType;