UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 305 B
import type { ListCardItemSizeVariant } from '../../../ListCardItem'; import type { StackGapVariant } from '../../../Stack'; export declare const DATA_LIST_CARD_STATUS_DEFAULT_TAG = "div"; export declare const DATA_LIST_CARD_STATUS_GAP_BY_SIZE: Readonly<Record<ListCardItemSizeVariant, StackGapVariant>>;