UNPKG

276 BTypeScriptView Raw
1/// <reference types="react" />
2import { Control } from 'leaflet';
3export declare type ScaleControlProps = Control.ScaleOptions;
4export declare const ScaleControl: import("react").ForwardRefExoticComponent<Control.ScaleOptions & import("react").RefAttributes<Control.Scale>>;