stone-kit
Version:
uikit for redesign
26 lines (25 loc) • 763 B
TypeScript
import { ILot } from '../ui/LotCard.types';
interface IUseLotCard {
lot: ILot;
rowConditions?: boolean;
}
export declare const useLotCard: ({ lot, rowConditions }: IUseLotCard) => {
currentClientWidth: number;
isBuilding: boolean;
LotCardInfo: () => import("react/jsx-runtime").JSX.Element;
tagFeatures: {
text: string;
}[];
FloorByType: () => import("react/jsx-runtime").JSX.Element | null;
isTablet: boolean;
isDesktop: boolean;
getFloorStr: () => string;
isReserved: boolean;
isMobile: boolean;
areaStr: string;
floorStr: string;
isShowSnippet: boolean;
setIsShowSnippet: import('react').Dispatch<import('react').SetStateAction<boolean>>;
rowConditionsVar: boolean;
};
export {};