MCPcopy
hub / github.com/agentsmd/agents.md / ExamplesSectionProps

Interface ExamplesSectionProps

components/ExamplesSection.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import ExampleListSection from "@/components/ExampleListSection";
5
6interface ExamplesSectionProps {
7 contributorsByRepo: Record<string, { avatars: string[]; total: number }>;
8}
9
10export default function ExamplesSection({ contributorsByRepo }: ExamplesSectionProps) {
11 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected