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

Interface FeatureGroupProps

packages/react-leaflet/src/FeatureGroup.tsx:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import type { LayerGroupProps } from './LayerGroup.js'
10
11export interface FeatureGroupProps extends LayerGroupProps, PathProps {}
12
13export const FeatureGroup = createPathComponent<
14 LeafletFeatureGroup,

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…