From 229ece0795bcea203207a774e01c0c5f1be0e7af Mon Sep 17 00:00:00 2001 From: cbvora Date: Sun, 16 Jun 2024 06:55:33 +0530 Subject: [PATCH] ts err --- components/SelectionInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SelectionInput.tsx b/components/SelectionInput.tsx index 502c00f..69ad6c0 100644 --- a/components/SelectionInput.tsx +++ b/components/SelectionInput.tsx @@ -8,7 +8,7 @@ type Props = { showCorrectAnswer?: boolean; disabled?: boolean; checked?: boolean; - handleChange?: Function; + handleChange?: void; } & InputHTMLAttributes; const SelectionInput = forwardRef(