UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

5 lines (4 loc) 251 B
import type { AvatarSize } from "./types/common.js"; export declare const AVATAR_SIZES: Record<AvatarSize, number>; export declare const DEFAULT_AVATAR_SIZE: AvatarSize; export declare const bAvatar: import("@bem-react/classname").ClassNameFormatter;