mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
chore(components): [upload] remove redundant rawFile parameter from TS (#22295)
This commit is contained in:
@@ -19,9 +19,7 @@ export const uploadContentProps = buildProps({
|
||||
default: NOOP,
|
||||
},
|
||||
onRemove: {
|
||||
type: definePropType<
|
||||
(file: UploadFile | UploadRawFile, rawFile?: UploadRawFile) => void
|
||||
>(Function),
|
||||
type: definePropType<(file: UploadFile | UploadRawFile) => void>(Function),
|
||||
default: NOOP,
|
||||
},
|
||||
onStart: {
|
||||
|
||||
Reference in New Issue
Block a user