[new feature] ImagePreview: add lazyLoad prop (#2569)

This commit is contained in:
neverland
2019-01-20 13:35:15 +08:00
committed by GitHub
parent e45780dccc
commit 8bc8e99f74
6 changed files with 26 additions and 25 deletions

View File

@@ -5,6 +5,7 @@ export type ImagePreviewOptions = string[] | {
images: string[];
className?: any;
startPosition?: number;
lazyLoad?: boolean;
showIndex?: boolean;
asyncClose?: boolean;
showIndicators?: boolean;