Skip to content

Commit

Permalink
Removed other solution from 27
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Jun 21, 2023
1 parent 245283a commit 1c5a34a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ type InputProps = (
value: string;
onChange: ChangeEventHandler;
}
| {
value?: undefined;
onChange?: undefined;
}
| {}
) & {
label: string;
};
Expand Down

0 comments on commit 1c5a34a

Please sign in to comment.