MCPcopy
hub / github.com/ctrlplusb/react-sizeme / SizeMeProps

Interface SizeMeProps

react-sizeme.d.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare namespace sizeMe {
8 export interface SizeMeProps {
9 readonly size: {
10 readonly width: number | null
11 readonly height: number | null
12 }
13 }
14
15 export interface SizeMeOptions {
16 monitorHeight?: boolean

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…