mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
types(Toast): fix missing icon-prefix
This commit is contained in:
parent
cab097fafb
commit
3237e56561
1
types/toast.d.ts
vendored
1
types/toast.d.ts
vendored
@ -18,6 +18,7 @@ export type ToastOptions = {
|
||||
position?: ToastPosition;
|
||||
className?: any;
|
||||
transition?: string;
|
||||
iconPrefix?: string;
|
||||
loadingType?: ToastLoadingType;
|
||||
forbidClick?: boolean;
|
||||
closeOnClick?: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user