MCPcopy
hub / github.com/LegendApp/legend-list / CardsProps

Interface CardsProps

example/components/Cards.tsx:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8LogBox.ignoreLogs(["Open debugger"]);
9
10interface CardsProps {
11 numColumns?: number;
12}
13
14export default function Cards({ numColumns = 1 }: CardsProps) {
15 const listRef = useRef<LegendListRef>(null);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected