Skip to content

Commit eda2f7e

Browse files
committed
ts thing
1 parent 229ece0 commit eda2f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SelectionInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type Props = {
88
showCorrectAnswer?: boolean;
99
disabled?: boolean;
1010
checked?: boolean;
11-
handleChange?: void;
11+
handleChange?: (e: React.MouseEvent<HTMLInputElement>) => void;
1212
} & InputHTMLAttributes<HTMLInputElement>;
1313

1414
const SelectionInput = forwardRef<HTMLInputElement, Props>(

0 commit comments

Comments
 (0)