mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
fix(ImagePreview): missing swipeDuration type definition (#4968)
This commit is contained in:
3
types/image-preview.d.ts
vendored
3
types/image-preview.d.ts
vendored
@@ -6,10 +6,11 @@ export type ImagePreviewOptions = string[] | {
|
||||
maxZoom?: number;
|
||||
minZoom?: number;
|
||||
className?: any;
|
||||
startPosition?: number;
|
||||
lazyLoad?: boolean;
|
||||
showIndex?: boolean;
|
||||
asyncClose?: boolean;
|
||||
swipeDuration?: number;
|
||||
startPosition?: number;
|
||||
showIndicators?: boolean;
|
||||
closeOnPopstate?: boolean;
|
||||
onClose?: () => void;
|
||||
|
Reference in New Issue
Block a user