[new feature] ImagePreview: add closeOnPopstate prop
This commit is contained in:
Vendored
+1
@@ -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