We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ac8d1 commit 229ece0Copy full SHA for 229ece0
components/SelectionInput.tsx
@@ -8,7 +8,7 @@ type Props = {
8
showCorrectAnswer?: boolean;
9
disabled?: boolean;
10
checked?: boolean;
11
- handleChange?: Function;
+ handleChange?: void;
12
} & InputHTMLAttributes<HTMLInputElement>;
13
14
const SelectionInput = forwardRef<HTMLInputElement, Props>(
0 commit comments