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

Interface SizeMeOptions

react-sizeme.d.ts:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 export interface SizeMeOptions {
16 monitorHeight?: boolean
17 monitorWidth?: boolean
18 noPlaceholder?: boolean
19 refreshMode?: 'throttle' | 'debounce'
20 refreshRate?: number
21 resizeDetectorStrategy?: 'scroll' | 'object'
22 }
23
24 export interface SizeMeRenderProps extends SizeMeOptions {
25 children: (props: SizeMeProps) => ReactElement

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…