UNPKG

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