UNPKG

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