feat(ImageView) support get container
This commit is contained in:
Vendored
+1
@@ -18,6 +18,7 @@ export type ImagePreviewOptions =
|
||||
showIndicators?: boolean;
|
||||
closeOnPopstate?: boolean;
|
||||
closeIconPosition?: string;
|
||||
getContainer?: string | (() => Element);
|
||||
onClose?: () => void;
|
||||
onChange?: (index: number) => void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user