mirror of
https://github.com/youzan/vant.git
synced 2025-12-19 01:02:29 +08:00
[bugfix] Toast: type definition (#1859)
This commit is contained in:
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user