fix: update upload action of props #66

pull/165/head
wangxueliang 2018-07-11 12:03:19 +08:00
parent f5da675432
commit 2ff7471966
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ export const UploadLocale = PropsTypes.shape({
uploadError: PropsTypes.string,
previewFile: PropsTypes.string,
}).loose
export const UploadProps = {
type: PropsTypes.oneOf(['drag', 'select']),
name: PropsTypes.string,