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(