MCPcopy Create free account
hub / github.com/codealong-dev/ride-sharing / DriverListProps

Interface DriverListProps

web/src/components/DriversList.tsx:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { PackagesMeta } from "./PackagesMeta"
7
8interface DriverListProps {
9 trip: TripPreview | null;
10 onPackageSelect: (fare: RouteFare) => void
11 onCancel: () => void
12}
13
14
15export function DriverList({ trip, onPackageSelect, onCancel }: DriverListProps) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected