| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…