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

Interface HorizontalHeader

src/components/Table/RNTable.ts:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 column: number;
9}
10interface HorizontalHeader extends Omit<CellRange, "row"> {
11 item: QTableWidgetItem;
12}
13interface VerticalHeader extends Omit<CellRange, "column"> {
14 item: QTableWidgetItem;
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected