@ozen-ui/kit
Version:
React component library
6 lines (5 loc) • 391 B
TypeScript
import type { ButtonSize } from '../../../ButtonNext';
import type { ListCardItemSizeVariant } from '../../entities';
export declare const LIST_CARD_ITEM_CENTER_BUTTON_DEFAULT_TAG = "button";
export declare const LIST_CARD_ITEM_CENTER_BUTTON_DEFAULT_VARIANT = "function";
export declare const LIST_CARD_ITEM_SIZE_TO_CENTER_BUTTON_SIZE: Readonly<Record<ListCardItemSizeVariant, ButtonSize>>;