MCPcopy
hub / github.com/facebook/react / Rect

Interface Rect

packages/react-devtools-shared/src/backend/views/utils.js:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 */
9
10export interface Rect {
11 bottom: number;
12 height: number;
13 left: number;
14 right: number;
15 top: number;
16 width: number;
17}
18
19// Get the window object for the document that a node belongs to,
20// or return null if it cannot be found (node not attached to DOM,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected