From e7c85a43eb03d62700b07f1f34b0e46dd0911872 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Mon, 11 Aug 2025 07:56:43 +0200 Subject: [PATCH] Fix --- packages/effect-fc/src/hooks/Hooks/useInput.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/effect-fc/src/hooks/Hooks/useInput.ts b/packages/effect-fc/src/hooks/Hooks/useInput.ts index 80ed7da..d63c8d8 100644 --- a/packages/effect-fc/src/hooks/Hooks/useInput.ts +++ b/packages/effect-fc/src/hooks/Hooks/useInput.ts @@ -10,7 +10,7 @@ export namespace useInput { export interface Options { readonly schema: Schema.Schema readonly ref: SubscriptionRef.SubscriptionRef - readonly debounce?: Duration.Duration + readonly debounce?: Duration.DurationInput } export interface Result {