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

Interface TooltipProps

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

Source from the content-addressed store, hash-verified

15import { type ReactNode, useEffect } from 'react'
16
17export interface TooltipProps extends TooltipOptions, EventedProps {
18 children?: ReactNode
19 position?: LatLngExpression
20}
21
22export const Tooltip = createOverlayComponent<LeafletTooltip, TooltipProps>(
23 function createTooltip(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…