[new feature] ImagePreview: add lazyLoad prop (#2569)
This commit is contained in:
Vendored
+1
@@ -5,6 +5,7 @@ export type ImagePreviewOptions = string[] | {
|
||||
images: string[];
|
||||
className?: any;
|
||||
startPosition?: number;
|
||||
lazyLoad?: boolean;
|
||||
showIndex?: boolean;
|
||||
asyncClose?: boolean;
|
||||
showIndicators?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user