UNPKG
elong-vant
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.1
0.1.0
0.0.1
elong-ui-vant4
elong-vant
/
es
/
components.mjs
7 lines
(6 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{
EvInput
}
from
"./input/index.mjs"
;
import
{
EvSelect
}
from
"./select/index.mjs"
;
export
{
EvInput
,
EvSelect
};