UNPKG

react-leaflet

Version:

React components for Leaflet maps

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