Files
HRM-System/node_modules/react-leaflet/lib/ScaleControl.d.ts

4 lines
236 B
TypeScript

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