mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-09 22:19:45 +08:00
[bugfix] Toast: type definition (#1859)
This commit is contained in:
parent
8219a4999e
commit
5224684bb2
1
types/toast.d.ts
vendored
1
types/toast.d.ts
vendored
@ -9,6 +9,7 @@ export type ToastOptions = {
|
|||||||
position?: string;
|
position?: string;
|
||||||
duration?: number;
|
duration?: number;
|
||||||
forbidClick?: boolean;
|
forbidClick?: boolean;
|
||||||
|
loadingType?: string;
|
||||||
message?: ToastMessage;
|
message?: ToastMessage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user