riku
10 小时以前 8e3f3890e93d097df4be744648b9ac404d20a558
miniprogram_npm/tdesign-miniprogram/image-viewer/type.d.ts
@@ -1,3 +1,4 @@
import { ImageProps } from '../image/index';
export interface TdImageViewerProps {
    backgroundColor?: {
        type: StringConstructor;
@@ -11,6 +12,10 @@
        type: null;
        value?: string | boolean | object;
    };
    imageProps?: {
        type: ObjectConstructor;
        value?: ImageProps;
    };
    images?: {
        type: ArrayConstructor;
        value?: Array<string>;