mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +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,
|
UploaderInstance,
|
||||||
UploaderResultType,
|
UploaderResultType,
|
||||||
UploaderFileListItem,
|
UploaderFileListItem,
|
||||||
|
UploaderBeforeRead,
|
||||||
|
UploaderAfterRead,
|
||||||
} from 'vant';
|
} from 'vant';
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -427,6 +427,8 @@ import type {
|
|||||||
UploaderInstance,
|
UploaderInstance,
|
||||||
UploaderResultType,
|
UploaderResultType,
|
||||||
UploaderFileListItem,
|
UploaderFileListItem,
|
||||||
|
UploaderBeforeRead,
|
||||||
|
UploaderAfterRead,
|
||||||
} from 'vant';
|
} from 'vant';
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -10,6 +10,8 @@ export type {
|
|||||||
UploaderThemeVars,
|
UploaderThemeVars,
|
||||||
UploaderResultType,
|
UploaderResultType,
|
||||||
UploaderFileListItem,
|
UploaderFileListItem,
|
||||||
|
UploaderBeforeRead,
|
||||||
|
UploaderAfterRead,
|
||||||
} from './types';
|
} from './types';
|
||||||
|
|
||||||
declare module 'vue' {
|
declare module 'vue' {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user