UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 253 B
import type { ToggleSizeVariant } from '../../../ToggleNext'; import type { ListCardItemSizeVariant } from '../../entities'; export declare const LIST_CARD_ITEM_SIZE_TO_TRAILING_TOGGLE_SIZE: Readonly<Record<ListCardItemSizeVariant, ToggleSizeVariant>>;