mirror of
https://github.com/youzan/vant.git
synced 2026-05-16 01:07:43 +08:00
types(Toast): fix missing icon-prefix
This commit is contained in:
Vendored
+1
@@ -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