MCPcopy Create free account
hub / github.com/clauderic/react-tiny-virtual-list / SizeAndPosition

Interface SizeAndPosition

src/SizeAndPositionManager.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export type ItemSize = number | number[] | ItemSizeGetter;
6
7export interface SizeAndPosition {
8 size: number,
9 offset: number,
10}
11
12interface SizeAndPositionData {
13 [id: number]: SizeAndPosition,

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…