Skip to content

Commit

Permalink
Merge pull request #27 from cbvora/typescriptIssue
Browse files Browse the repository at this point in the history
ts err
  • Loading branch information
danieldanielecki authored Jun 16, 2024
2 parents 70ac8d1 + 229ece0 commit d143f78
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 d143f78

Please sign in to comment.