UNPKG
@mapbox-react/env-layers
Version:
latest (1.0.0)
1.0.0
0.0.3
0.0.2
0.0.1
Mapbox React Component Library Env Layers
mapbox-web.github.io/mapbox-react/
@mapbox-react/env-layers
/
lib
/
rain-layer
/
src
/
rain-layer.d.ts
4 lines
(3 loc)
•
169 B
TypeScript
View Raw
1
2
3
4
import
type
{
RainLayerProps
}
from
'./props'
;
declare
function
MbRainLayer
(
props
:
RainLayerProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
MbRainLayer
;