UNPKG
@react-leaflet/core
Version:
latest (3.0.0)
next (3.0.0-rc.2)
3.0.0
3.0.0-rc.2
3.0.0-rc.1
2.1.0
2.0.1
2.0.0
2.0.0-beta.1
2.0.0-beta.0
2.0.0-alpha.1
2.0.0-alpha.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-rc.0
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-alpha.1
React Leaflet core
react-leaflet.js.org/docs/core-introduction
PaulLeCam/react-leaflet
@react-leaflet/core
/
lib
/
attribution.d.ts
3 lines
(2 loc)
•
153 B
TypeScript
View Raw
1
2
3
import
type
{
Map
as
LeafletMap
}
from
'leaflet'
;
export
declare
function
useAttribution
(
map
:
LeafletMap
,
attribution
:
string
|
null
|
undefined
):
void
;