mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:07:07 +00:00
feat(Toast): add overlayStyle option #7898
This commit is contained in:
1
types/toast.d.ts
vendored
1
types/toast.d.ts
vendored
@@ -22,6 +22,7 @@ export type ToastOptions = {
|
||||
loadingType?: ToastLoadingType;
|
||||
forbidClick?: boolean;
|
||||
closeOnClick?: boolean;
|
||||
overlayStyle?: Record<string, any>;
|
||||
closeOnClickOverlay?: boolean;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user