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
/
index.mjs
9 lines
(8 loc)
•
191 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
"csscolorparser-ts"
;
import
{ withInstall
as
t }
from
"../common/install.mjs"
;
import
o
from
"./src/rain-layer.vue.mjs"
;
const
m =
t
(o);
export
{ m
as
MbRainLayer
, m
as
default
};