mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
[Improvement] update type definition (#1294)
This commit is contained in:
1
types/image-preview.d.ts
vendored
1
types/image-preview.d.ts
vendored
@@ -7,6 +7,7 @@ export class VanImagePreview extends VanPopupMixin {
|
||||
|
||||
export interface ImagePreview {
|
||||
(images: string[], startPosition?: number): VanImagePreview;
|
||||
install(): void;
|
||||
}
|
||||
|
||||
export const ImagePreview: ImagePreview;
|
||||
|
Reference in New Issue
Block a user