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
/
wind-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/wind-layer.vue.mjs"
;
const
a =
t
(o);
export
{ a
as
MbWindLayer
, a
as
default
};