[improvement] ImagePreview: add showIndicators prop (#1992)
This commit is contained in:
Vendored
+1
@@ -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