UNPKG

@react-leaflet/core

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