types(Uploader): add closeImagePreview method type

This commit is contained in:
陈嘉涵
2019-12-22 17:36:47 +08:00
committed by neverland
parent 3c526ec1a2
commit cf191e09cb
9 changed files with 17 additions and 5 deletions
+1
View File
@@ -6,5 +6,6 @@ export type SwipeToOptions = {
export class Swipe extends VanComponent {
swipeTo(index: number, options?: SwipeToOptions): void;
resize(): void;
}