mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
types(Uploader): export afterRead function type (#12961)
This commit is contained in:
parent
e705f5b6c3
commit
77745ab053
@ -404,6 +404,8 @@ import type {
|
||||
UploaderInstance,
|
||||
UploaderResultType,
|
||||
UploaderFileListItem,
|
||||
UploaderBeforeRead,
|
||||
UploaderAfterRead,
|
||||
} from 'vant';
|
||||
```
|
||||
|
||||
|
@ -427,6 +427,8 @@ import type {
|
||||
UploaderInstance,
|
||||
UploaderResultType,
|
||||
UploaderFileListItem,
|
||||
UploaderBeforeRead,
|
||||
UploaderAfterRead,
|
||||
} from 'vant';
|
||||
```
|
||||
|
||||
|
@ -10,6 +10,8 @@ export type {
|
||||
UploaderThemeVars,
|
||||
UploaderResultType,
|
||||
UploaderFileListItem,
|
||||
UploaderBeforeRead,
|
||||
UploaderAfterRead,
|
||||
} from './types';
|
||||
|
||||
declare module 'vue' {
|
||||
|
Loading…
x
Reference in New Issue
Block a user