UNPKG

271 BTypeScriptView Raw
1/// <reference types="react" />
2import { Control } from 'leaflet';
3export declare type ZoomControlProps = Control.ZoomOptions;
4export declare const ZoomControl: import("react").ForwardRefExoticComponent<Control.ZoomOptions & import("react").RefAttributes<Control.Zoom>>;