MCPcopy
hub / github.com/pathwaycom/pathway / TableProps

Interface TableProps

examples/projects/twitter/services/frontend/src/Table.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { GeofenceData } from './PathwayMap/PathwayIconTypes';
6
7interface TableProps {
8 data: (GroupedTweetData & GeofenceData)[],
9 filterLocation: any
10}
11
12const coordOperator = [
13 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected