import { useSwipeable } from "react-swipeable"; import useModal from "../../../store/useModal"; import CrossIcon from "../../icons/CrossIcon"; import { useContext } from "react"; import { MobileModalWrapperContext } from "./MobileModalWrapper"; import MasterInput from "../../MasterInput"; import MasterSelector from "../../MasterSelector"; import Button3 from "../../Button3"; const SendEnquiryMobileModal = () => { const { setModal } = useModal(); const { setIsAnimate } = useContext(MobileModalWrapperContext); const handleOnCrossClick = () => { if (setIsAnimate) { setIsAnimate(false); const timeout = setTimeout(() => { setModal(null); clearTimeout(timeout); }, 300); } }; const handlers = useSwipeable({ onSwipedDown: () => handleOnCrossClick(), }); return (
Rove Home Marasi Drive
East Wing
Floor 11
E-503
Total Area
607.08 Sqft
Suite Area
485.67 Sqft
Balcony Area
121.42 Sqft
Status
Available
Parking Space
1
{/* Unavailable */}
By clicking on the “Send” button, you accept the privacy policy and consent to the processing of personal data.