mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-01-30 11:02:27 +00:00
sync
This commit is contained in:
8
node_modules/react-leaflet/lib/Polygon.d.ts
generated
vendored
8
node_modules/react-leaflet/lib/Polygon.d.ts
generated
vendored
@@ -1,8 +0,0 @@
|
||||
import { type PathProps } from '@react-leaflet/core';
|
||||
import { type LatLngExpression, type PolylineOptions, Polygon as LeafletPolygon } from 'leaflet';
|
||||
import type { ReactNode } from 'react';
|
||||
export interface PolygonProps extends PolylineOptions, PathProps {
|
||||
children?: ReactNode;
|
||||
positions: LatLngExpression[] | LatLngExpression[][] | LatLngExpression[][][];
|
||||
}
|
||||
export declare const Polygon: import("react").ForwardRefExoticComponent<PolygonProps & import("react").RefAttributes<LeafletPolygon<any>>>;
|
||||
Reference in New Issue
Block a user