mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
[new feature] ImagePreview: add closeOnPopstate prop
This commit is contained in:
1
types/image-preview.d.ts
vendored
1
types/image-preview.d.ts
vendored
@@ -11,6 +11,7 @@ export type ImagePreviewOptions = string[] | {
|
||||
showIndex?: boolean;
|
||||
asyncClose?: boolean;
|
||||
showIndicators?: boolean;
|
||||
closeOnPopstate?: boolean;
|
||||
onClose?: () => any;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user