UNPKG

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