Skip to content

Commit ac838b2

Browse files
authored
Merge pull request #28 from cbvora/typescriptIssue
ts thing
2 parents d143f78 + eda2f7e commit ac838b2

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)