MCPcopy
hub / github.com/adrianhajdin/project_next13_car_showcase / CarDetailsProps

Interface CarDetailsProps

components/CarDetails.tsx:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { generateCarImageUrl } from "@utils";
7
8interface CarDetailsProps {
9 isOpen: boolean;
10 closeModal: () => void;
11 car: CarProps;
12}
13
14const CarDetails = ({ isOpen, closeModal, car }: CarDetailsProps) => (
15 <>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected