We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb6ada commit ce8d09cCopy full SHA for ce8d09c
components/upload/interface.jsx
@@ -51,6 +51,7 @@ export const UploadLocale = PropsTypes.shape({
51
uploadError: PropsTypes.string,
52
previewFile: PropsTypes.string,
53
}).loose
54
+
55
export const UploadProps = {
56
type: PropsTypes.oneOf(['drag', 'select']),
57
name: PropsTypes.string,
0 commit comments