mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +00:00
[new feature] ImagePreview: add max-zoom、min-zoom prop (#3133)
This commit is contained in:
2
types/image-preview.d.ts
vendored
2
types/image-preview.d.ts
vendored
@@ -3,6 +3,8 @@ import { VanPopupMixin } from './mixins/popup';
|
||||
export type ImagePreviewOptions = string[] | {
|
||||
loop?: boolean;
|
||||
images: string[];
|
||||
maxZoom?: number;
|
||||
minZoom?: number;
|
||||
className?: any;
|
||||
startPosition?: number;
|
||||
lazyLoad?: boolean;
|
||||
|
Reference in New Issue
Block a user