MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / CellRange

Interface CellRange

src/components/Table/RNTable.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { RNTableItem } from "../TableItem/RNTableItem";
5
6export interface CellRange {
7 row: number;
8 column: number;
9}
10interface HorizontalHeader extends Omit<CellRange, "row"> {
11 item: QTableWidgetItem;
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected