UNPKG

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