| 8 | import type { ReactNode } from 'react' |
| 9 | |
| 10 | export interface LayerGroupProps extends LayerOptions, EventedProps { |
| 11 | children?: ReactNode |
| 12 | } |
| 13 | |
| 14 | export const LayerGroup = createLayerComponent< |
| 15 | LeafletLayerGroup, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…