/opt/canhelp/node_modules/react-leaflet/lib
Edit: /opt/canhelp/node_modules/react-leaflet/lib/Polygon.d.ts (510B)
import { type PathProps } from '@react-leaflet/core';
import { type LatLngExpression, Polygon as LeafletPolygon, type PolylineOptions } 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
>>;