MCPcopy
hub / github.com/PaulLeCam/react-leaflet / LayerWithChildrenProps

Interface LayerWithChildrenProps

packages/core/src/generic.ts:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29import { type PathProps, createPathHook } from './path.js'
30
31interface LayerWithChildrenProps extends LayerProps, PropsWithChildren {}
32interface PathWithChildrenProps extends PathProps, PropsWithChildren {}
33
34export function createControlComponent<

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…