UNPKG
z-components
Version:
latest (2.1.0)
2.1.0
2.0.0
z-components
/
es
/
src
/
form
/
input
/
index.mjs
8 lines
(7 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ withInstall
as
t }
from
"../../utils/install.mjs"
;
import
o
from
"./input.vue.mjs"
;
const
a =
t
(o);
export
{ a
as
ZtInput
, a
as
default
};