UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 227 B
import type { IconSize } from '@ozen-ui/icons'; import type { ListCardItemSizeVariant } from '../../entities'; export declare const LIST_CARD_ITEM_SIZE_TO_CONTROL_ICON_SIZE: Readonly<Record<ListCardItemSizeVariant, IconSize>>;