mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +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;
|
position?: ToastPosition;
|
||||||
className?: any;
|
className?: any;
|
||||||
transition?: string;
|
transition?: string;
|
||||||
|
iconPrefix?: string;
|
||||||
loadingType?: ToastLoadingType;
|
loadingType?: ToastLoadingType;
|
||||||
forbidClick?: boolean;
|
forbidClick?: boolean;
|
||||||
closeOnClick?: boolean;
|
closeOnClick?: boolean;
|
||||||
|
Reference in New Issue
Block a user