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