UNPKG

stone-kit

Version:
4 lines (2 loc) 258 B
import { ILotCard } from './LotCard.types'; export declare const LotCard: ({ lot, handleBtnForm, handleFullScreenBtn, btnDisabled, addClassname, btnName, imgNode, rowConditions, addClassnameLotImage, }: ILotCard) => import("react/jsx-runtime").JSX.Element;