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
/
lib
/
components.js
7 lines
(6 loc)
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
, {
value
:
"Module"
});
const
index =
require
(
"./input/index.js"
);
const
index$1 =
require
(
"./select/index.js"
);
exports
.
EvInput
= index.
EvInput
;
exports
.
EvSelect
= index$1.
EvSelect
;