mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00: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;
|
||||
duration?: number;
|
||||
forbidClick?: boolean;
|
||||
loadingType?: string;
|
||||
message?: ToastMessage;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user