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

Interface PathWithChildrenProps

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

Source from the content-addressed store, hash-verified

30
31interface LayerWithChildrenProps extends LayerProps, PropsWithChildren {}
32interface PathWithChildrenProps extends PathProps, PropsWithChildren {}
33
34export function createControlComponent<
35 E extends Control,

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…