Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimMokhtar committed Aug 2, 2022
1 parent 8c2b44a commit cf92457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useDragging.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type Params = {
labelRef: any;
inputRef: any;
multiple?: boolean | false;
handleChanges: (arg0: Array<File>) => boolean;
handleChanges: (arg0: Array<File>) => boolean ;
onDrop?: (arg0: Array<File>) => void;
};

Expand Down

0 comments on commit cf92457

Please sign in to comment.