Spaces:
Sleeping
Sleeping
File size: 153 Bytes
391a73c | 1 2 3 | import type { Map as LeafletMap } from 'leaflet';
export declare function useAttribution(map: LeafletMap, attribution: string | null | undefined): void;
|