mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
types(Uploader): add closeImagePreview method type
This commit is contained in:
4
types/notify.d.ts
vendored
4
types/notify.d.ts
vendored
@@ -13,7 +13,7 @@ export type NotifyOptions = {
|
||||
onClose?: (() => void) | null;
|
||||
onOpened?: (() => void) | null;
|
||||
onClick?: ((event: Event) => void) | null;
|
||||
}
|
||||
};
|
||||
|
||||
export interface VanNotify extends Vue {
|
||||
message: NotifyMessage;
|
||||
@@ -34,7 +34,7 @@ export interface Notify {
|
||||
|
||||
declare module 'vue/types/vue' {
|
||||
interface Vue {
|
||||
$notify: Notify
|
||||
$notify: Notify;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user