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

Interface PopupProps

packages/react-leaflet/src/Popup.tsx:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import { type ReactNode, useEffect } from 'react'
16
17export interface PopupProps extends PopupOptions, EventedProps {
18 children?: ReactNode
19 position?: LatLngExpression
20}
21
22export const Popup = createOverlayComponent<LeafletPopup, PopupProps>(
23 function createPopup(props, context) {

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…