[Improvement] update type definition (#1294)

This commit is contained in:
neverland
2018-06-16 10:27:21 +08:00
committed by GitHub
parent 90609bf30e
commit b479c1daa6
8 changed files with 23 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ export class VanImagePreview extends VanPopupMixin {
export interface ImagePreview {
(images: string[], startPosition?: number): VanImagePreview;
install(): void;
}
export const ImagePreview: ImagePreview;