UNPKG
@epicpkgdemo/forms
Version:
latest (1.9.0)
1.9.0
1.8.0
Form handling utilities for SlateUI
github.com/juristr/epicweb-slate-ui
juristr/epicweb-slate-ui
@epicpkgdemo/forms
/
dist
/
index.d.cts
7 lines
(5 loc)
•
122 B
text/typescript
View Raw
1
2
3
4
5
6
7
declare
function
useForm
(
): {
handleSubmit
:
(
values
:
unknown
) =>
void
;
reset
:
() =>
void
; };
export
{ useForm };