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
/
grid-layer.d.ts
3 lines
(2 loc)
•
190 B
TypeScript
View Raw
1
2
3
import
type
{
GridLayer
,
GridLayerOptions
}
from
'leaflet'
;
export
declare
function
updateGridLayer<E
extends
GridLayer
, P
extends
GridLayerOptions
>(
layer
: E,
props
: P,
prevProps
: P):
void
;