mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
types: remove VanPopupMixin
This commit is contained in:
3
types/image-preview.d.ts
vendored
3
types/image-preview.d.ts
vendored
@@ -1,5 +1,4 @@
|
||||
import { VanComponent } from './component';
|
||||
import { VanPopupMixin } from './mixins/popup';
|
||||
import { SwipeToOptions } from './swipe';
|
||||
|
||||
export type ImagePreviewOptions =
|
||||
@@ -25,7 +24,7 @@ export type ImagePreviewOptions =
|
||||
swipeTo?(index: number, options?: SwipeToOptions): void;
|
||||
};
|
||||
|
||||
export class VanImagePreview extends VanPopupMixin {
|
||||
export class VanImagePreview {
|
||||
images: string[];
|
||||
|
||||
showIndex: boolean;
|
||||
|
Reference in New Issue
Block a user