| 30 | export type WithSizeOnSizeCallback = (size: SizeMeProps['size']) => void |
| 31 | |
| 32 | export interface WithSizeProps { |
| 33 | onSize?: WithSizeOnSizeCallback |
| 34 | } |
| 35 | |
| 36 | export function withSize( |
| 37 | options?: SizeMeOptions, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…