riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
miniprogram_npm/tdesign-miniprogram/image/type.d.ts
@@ -1,19 +1,7 @@
export interface TdImageProps {
    tId?: {
        type: StringConstructor;
        value?: string;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    error?: {
        type: StringConstructor;
        value?: string;
    };
    externalClasses?: {
        type: ArrayConstructor;
        value?: ['t-class', 't-class-load'];
    };
    height?: {
        type: null;
@@ -43,6 +31,10 @@
        type: StringConstructor;
        value?: string;
    };
    tId?: {
        type: StringConstructor;
        value?: string;
    };
    webp?: {
        type: BooleanConstructor;
        value?: boolean;