UNPKG

react-leaflet

Version:

React components for Leaflet maps

4 lines (3 loc) 266 B
import { Control } from 'leaflet'; export type AttributionControlProps = Control.AttributionOptions; export declare const AttributionControl: import("react").ForwardRefExoticComponent<Control.AttributionOptions & import("react").RefAttributes<Control.Attribution>>;