UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 321 B
import type { ButtonSize } from '../../../ButtonNext'; import type { ListCardItemSizeVariant } from '../../entities'; export declare const LIST_CARD_ITEM_TRAILING_BUTTON_DEFAULT_VARIANT = "function"; export declare const LIST_CARD_ITEM_SIZE_TO_TRAILING_BUTTON_SIZE: Readonly<Record<ListCardItemSizeVariant, ButtonSize>>;