UNPKG
@mapbox-vue3/env-layers
Version:
latest (1.0.0)
1.0.0
0.0.2
0.0.1
Mapbox Vue3 Component Library Env Layers
mapbox-web.github.io/mapbox-vue3/
@mapbox-vue3/env-layers
/
es
/
rain-layer
/
src
/
rain-layer.mjs
11 lines
(10 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ v4
as
r }
from
"uuid"
;
const
o = {
id
: {
type
:
String
,
default
:
() =>
r
() } };
export
{ o
as
rainLayerProps };