UNPKG

react-leaflet

Version:

React components for Leaflet maps

4 lines (3 loc) 236 B
import { Control } from 'leaflet'; export type ScaleControlProps = Control.ScaleOptions; export declare const ScaleControl: import("react").ForwardRefExoticComponent<Control.ScaleOptions & import("react").RefAttributes<Control.Scale>>;