Skip to content

Commit 6b0ae0d

Browse files
committed
chore: fix lint
1 parent 27cd976 commit 6b0ae0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export type AcceptConfig = {
1010
};
1111

1212
export interface UploadProps
13-
extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onError' | 'onProgress'> {
13+
extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onError' | 'onProgress' | 'accept'> {
1414
name?: string;
1515
style?: React.CSSProperties;
1616
className?: string;

0 commit comments

Comments
 (0)