mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-27 01:22:18 +00:00
sync
This commit is contained in:
8
node_modules/react-leaflet/lib/Tooltip.d.ts
generated
vendored
Normal file
8
node_modules/react-leaflet/lib/Tooltip.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { type EventedProps } from '@react-leaflet/core';
|
||||
import { type LatLngExpression, Tooltip as LeafletTooltip, type TooltipOptions } from 'leaflet';
|
||||
import { type ReactNode } from 'react';
|
||||
export interface TooltipProps extends TooltipOptions, EventedProps {
|
||||
children?: ReactNode;
|
||||
position?: LatLngExpression;
|
||||
}
|
||||
export declare const Tooltip: import("react").ForwardRefExoticComponent<TooltipProps & import("react").RefAttributes<LeafletTooltip>>;
|
||||
Reference in New Issue
Block a user