MCPcopy Create free account
hub / github.com/adobe/react-spectrum /

Class

packages/react-stately/src/virtualizer/Rect.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 * Represents a rectangle.
20 */
21export class Rect {
22 /** The x-coordinate of the rectangle. */
23 x: number;
24

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected