[improvement] ImagePreview: add showIndicators prop (#1992)

This commit is contained in:
neverland
2018-10-29 17:46:12 +08:00
committed by GitHub
parent 2e3ecf6402
commit edaad55e30
5 changed files with 20 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ export type ImagePreviewOptions = string[] | {
images: string[];
startPosition?: number;
showIndex?: boolean;
showIndicators?: boolean;
onClose?: () => any;
};