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

Interface WithSizeProps

react-sizeme.d.ts:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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,

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…