UNPKG

306 BTypeScriptView Raw
1/// <reference types="react" />
2import { Control } from 'leaflet';
3export declare type AttributionControlProps = Control.AttributionOptions;
4export declare const AttributionControl: import("react").ForwardRefExoticComponent<Control.AttributionOptions & import("react").RefAttributes<Control.Attribution>>;