MCPcopy Create free account
hub / github.com/api-platform/website / EventCardProps

Interface EventCardProps

pwa/app/(common)/events/components/EventCard.tsx:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import EventResumeInfos from "./EventResumeInfos";
7
8interface EventCardProps {
9 event: EventType;
10 link?: string;
11 description?: string;
12}
13
14export default function EventCard({
15 event,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected