riku
9 小时以前 8e3f3890e93d097df4be744648b9ac404d20a558
miniprogram_npm/tdesign-miniprogram/image-viewer/image-viewer.d.ts
@@ -14,6 +14,10 @@
            type: null;
            value?: string | boolean | object;
        };
        imageProps?: {
            type: ObjectConstructor;
            value?: import("../image/type").TdImageProps;
        };
        images?: {
            type: ArrayConstructor;
            value?: string[];
@@ -21,6 +25,10 @@
        initialIndex?: {
            type: NumberConstructor;
            value?: Number;
        };
        lazy?: {
            type: BooleanConstructor;
            value?: boolean;
        };
        showIndex?: {
            type: BooleanConstructor;
@@ -43,6 +51,7 @@
        prefix: string;
        classPrefix: string;
        currentSwiperIndex: number;
        loadedImageIndexes: any[];
        windowHeight: number;
        windowWidth: number;
        swiperStyle: {};
@@ -58,7 +67,7 @@
    }[];
    ready(): void;
    observers: {
        visible(value: any): void;
        'visible,initialIndex,images'(visible: any, initialIndex: any, images: any): void;
        closeBtn(v: any): void;
        deleteBtn(v: any): void;
    };