mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
types(Toast): fix missing icon-prefix
This commit is contained in:
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;
|
||||
|
Reference in New Issue
Block a user