feat(ImageView) support get container

This commit is contained in:
sylvaner_bc
2020-06-20 15:20:05 +08:00
committed by neverland
parent 64084006d4
commit 39b5beeac0
5 changed files with 50 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ export type ImagePreviewOptions =
showIndicators?: boolean;
closeOnPopstate?: boolean;
closeIconPosition?: string;
getContainer?: string | (() => Element);
onClose?: () => void;
onChange?: (index: number) => void;
};