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