We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5da675 commit 2ff7471Copy full SHA for 2ff7471
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