mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
[improvement] ImagePreview: add showIndicators prop (#1992)
This commit is contained in:
1
types/image-preview.d.ts
vendored
1
types/image-preview.d.ts
vendored
@@ -4,6 +4,7 @@ export type ImagePreviewOptions = string[] | {
|
||||
images: string[];
|
||||
startPosition?: number;
|
||||
showIndex?: boolean;
|
||||
showIndicators?: boolean;
|
||||
onClose?: () => any;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user