UNPKG
@yxhc/whale
Version:
latest (0.0.2)
0.0.2
0.0.1
A Component Library for Vue 3
github.com/yxihc/whale
yxihc/whale
@yxhc/whale
/
es
/
components
/
erm-form
/
index.mjs
9 lines
(6 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ withInstall }
from
'@whale/utils'
;
import
form
from
'./src/form2.mjs'
;
export
{ formProps }
from
'./src/form.mjs'
;
const
WlErmForm
=
withInstall
(form);
export
{
WlErmForm
,
WlErmForm
as
default
};
//# sourceMappingURL=index.mjs.map