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

Interface LayerGroupProps

packages/react-leaflet/src/LayerGroup.tsx:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import type { ReactNode } from 'react'
9
10export interface LayerGroupProps extends LayerOptions, EventedProps {
11 children?: ReactNode
12}
13
14export const LayerGroup = createLayerComponent<
15 LeafletLayerGroup,

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…