mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
feat(Toast): add clickOnClickOverlay option (#4967)
This commit is contained in:
1
types/toast.d.ts
vendored
1
types/toast.d.ts
vendored
@@ -17,6 +17,7 @@ export type ToastOptions = {
|
||||
loadingType?: string;
|
||||
forbidClick?: boolean;
|
||||
closeOnClick?: boolean;
|
||||
closeOnClickOverlay?: boolean;
|
||||
getContainer?: string | (() => Element);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user