From ddd45e29745b73e7fe1684e197dcff598b375644 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 3 Nov 2023 19:34:16 +0100 Subject: feat(hooks): add an useForm hook * add two "sub"-hooks: useFormValues and useFormSubmit (that can be used independently) * handle initial data * handle custom submit callback * handle data validation * handle submit status --- src/types/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types/index.ts') diff --git a/src/types/index.ts b/src/types/index.ts index c9820db..e2f0f55 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,4 +1,5 @@ export * from './app'; +export * from './generics'; export * from './graphql'; export * from './mdx'; export * from './raw-data'; -- cgit v1.2.3