Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
fix: 修复 UniFilePickerOnDeleteEvent 类型 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
LUDA0831 authored Jun 17, 2024
1 parent 738a596 commit 4dbebee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/uni-file-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ interface _UniFilePickerOnFail {
}

interface _UniFilePickerOnDeleteEvent {
/** 删除的文件索引 */
index: number;
/** 删除的文件信息 */
tempFile: _UniFilePickerTempFile;
/** 删除的文件临时路径 */
Expand Down

0 comments on commit 4dbebee

Please sign in to comment.