UNPKG
rc-leaflet
Version:
latest (1.4.2)
1.4.2
1.4.1
1.4.0
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
React Map Components of Leaflet
github.com/Coder-JJ/rc-leaflet
Coder-JJ/rc-leaflet
rc-leaflet
/
lib
/
util
/
Map.d.ts
5 lines
(4 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
import
L
from
'leaflet'
;
import
{
MapHandler
}
from
'./Types'
;
export
declare
const
handlers
:
MapHandler
[];
export
declare
const
getBounds
:
(
map
: L.
Map
,
scale
?:
number
) =>
L.
LatLngBounds
;