mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-07 04:59:46 +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;
|
||||
duration?: number;
|
||||
forbidClick?: boolean;
|
||||
loadingType?: string;
|
||||
message?: ToastMessage;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user