| 9 | import type { LayerGroupProps } from './LayerGroup.js' |
| 10 | |
| 11 | export interface FeatureGroupProps extends LayerGroupProps, PathProps {} |
| 12 | |
| 13 | export const FeatureGroup = createPathComponent< |
| 14 | LeafletFeatureGroup, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…