UNPKG
react-tiniest-form
Version:
latest (1.1.2)
1.1.2
1.0.2
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
the tiniest form
n0eyes.github.io/react-tiniest-form
n0eyes/react-tiniest-form
react-tiniest-form
/
dist
/
index.js
3 lines
(2 loc)
•
106 B
JavaScript
View Raw
1
2
3
export
{
default
as
Form
}
from
'./components/Form/Form'
;
export
{ useForm }
from
'./hooks/Form/useForm'
;