3 lines
153 B
TypeScript
3 lines
153 B
TypeScript
import type { Map as LeafletMap } from 'leaflet';
|
|
export declare function useAttribution(map: LeafletMap, attribution: string | null | undefined): void;
|