UNPKG
@hilla/react-crud
Version:
latest (2.5.8)
next (2.5.0-rc1)
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.5.0-rc1
2.5.0-beta1
2.5.0-alpha9
2.5.0-alpha8
2.5.0-alpha7
2.5.0-alpha6
2.5.0-alpha5
2.5.0-alpha4
2.5.0-alpha3
2.5.0-alpha2
2.5.0-alpha13
2.5.0-alpha12
2.5.0-alpha11
2.5.0-alpha10
2.5.0-alpha1
2.4.1
2.4.0
2.4.0-rc1
2.4.0-beta2
2.4.0-beta1
2.4.0-alpha7
2.4.0-alpha6
2.4.0-alpha5
2.4.0-alpha4
2.4.0-alpha3
2.4.0-alpha2
2.4.0-alpha1
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.3.0-rc1
2.3.0-beta1
Hilla CRUD utils for React
hilla.dev
vaadin/hilla
@hilla/react-crud
/
autoform-feature.js
9 lines
(8 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
AutoForm
as
_AutoForm }
from
"./autoform.js"
;
import
{ featureRegistration }
from
"./util"
;
export
*
from
"./autoform.js"
;
const
AutoForm
=
featureRegistration
(_AutoForm,
"AutoForm"
);
export
{
AutoForm
};
//# sourceMappingURL=autoform-feature.js.map