UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 248 B
import type { AvatarSizeVariant } from '../../../Avatar'; import type { ListCardItemSizeVariant } from '../../entities'; export declare const LIST_CARD_ITEM_SIZE_TO_LEADING_AVATAR_SIZE: Readonly<Record<ListCardItemSizeVariant, AvatarSizeVariant>>;