UNPKG

react-leaflet

Version:

React components for Leaflet maps

5 lines (4 loc) 271 B
/// <reference types="react" /> import { Control } from 'leaflet'; export declare type ZoomControlProps = Control.ZoomOptions; export declare const ZoomControl: import("react").ForwardRefExoticComponent<Control.ZoomOptions & import("react").RefAttributes<Control.Zoom>>;