Skip to content

Commit

Permalink
ts err
Browse files Browse the repository at this point in the history
  • Loading branch information
cbvora committed Jun 16, 2024
1 parent 70ac8d1 commit 229ece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SelectionInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type Props = {
showCorrectAnswer?: boolean;
disabled?: boolean;
checked?: boolean;
handleChange?: Function;
handleChange?: void;
} & InputHTMLAttributes<HTMLInputElement>;

const SelectionInput = forwardRef<HTMLInputElement, Props>(
Expand Down

0 comments on commit 229ece0

Please sign in to comment.