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 229ece0 commit eda2f7eCopy full SHA for eda2f7e
components/SelectionInput.tsx
@@ -8,7 +8,7 @@ type Props = {
8
showCorrectAnswer?: boolean;
9
disabled?: boolean;
10
checked?: boolean;
11
- handleChange?: void;
+ handleChange?: (e: React.MouseEvent<HTMLInputElement>) => void;
12
} & InputHTMLAttributes<HTMLInputElement>;
13
14
const SelectionInput = forwardRef<HTMLInputElement, Props>(
0 commit comments