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

Interface ExampleListSectionProps

components/ExampleListSection.tsx:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45];
46
47interface ExampleListSectionProps {
48 contributorsByRepo?: Record<string, { avatars: string[]; total: number }>;
49 standalone?: boolean; // if false wraps with its own section
50}
51
52const InnerGrid = ({
53 contributorsByRepo = {},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected