MCPcopy
hub / github.com/aidenybai/react-grab / PerfGridProps

Interface PerfGridProps

apps/e2e-app/src/perf-grid.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { useMemo } from "react";
2
3interface PerfGridProps {
4 rowCount: number;
5 columnCount: number;
6}
7
8const PerfCell = ({ row, column }: { row: number; column: number }) => {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…