/opt/canhelp/node_modules/react-leaflet/lib
Edit: /opt/canhelp/node_modules/react-leaflet/lib/Rectangle.d.ts (473B)
import { type PathProps } from '@react-leaflet/core';
import { type LatLngBoundsExpression, Rectangle as LeafletRectangle, type PathOptions } from 'leaflet';
import type { ReactNode } from 'react';
export interface RectangleProps extends PathOptions, PathProps {
bounds: LatLngBoundsExpression;
children?: ReactNode;
}
export declare const Rectangle: import("react").ForwardRefExoticComponent
>>;