We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cd976 commit 6b0ae0dCopy full SHA for 6b0ae0d
src/interface.tsx
@@ -10,7 +10,7 @@ export type AcceptConfig = {
10
};
11
12
export interface UploadProps
13
- extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onError' | 'onProgress'> {
+ extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'onError' | 'onProgress' | 'accept'> {
14
name?: string;
15
style?: React.CSSProperties;
16
className?: string;
0 commit comments