types(Uploader): export afterRead function type (#12961)

This commit is contained in:
neverland 2024-06-22 19:33:28 +08:00 committed by GitHub
parent e705f5b6c3
commit 77745ab053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

View File

@ -404,6 +404,8 @@ import type {
UploaderInstance,
UploaderResultType,
UploaderFileListItem,
UploaderBeforeRead,
UploaderAfterRead,
} from 'vant';
```

View File

@ -427,6 +427,8 @@ import type {
UploaderInstance,
UploaderResultType,
UploaderFileListItem,
UploaderBeforeRead,
UploaderAfterRead,
} from 'vant';
```

View File

@ -10,6 +10,8 @@ export type {
UploaderThemeVars,
UploaderResultType,
UploaderFileListItem,
UploaderBeforeRead,
UploaderAfterRead,
} from './types';
declare module 'vue' {