Skip to content

Commit

Permalink
fix: proper search onChange prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson-amorim committed Nov 13, 2020
1 parent 097c843 commit df92698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/components/src/search/Search.tsx
Expand Up @@ -11,7 +11,6 @@ interface Result {

export type SearchProps = {
onSubmit?: (e: React.FormEvent<HTMLFormElement>) => void;
onChange?: (e: React.FormEvent<HTMLInputElement>) => void;
query?: string;
results?: [Result];
loadingMessage?: JSX.Element;
Expand Down

0 comments on commit df92698

Please sign in to comment.