UNPKG

react-leaflet

Version:

React components for Leaflet maps

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