riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
miniprogram_npm/tdesign-miniprogram/cell/type.d.ts
@@ -4,33 +4,16 @@
        value?: 'top' | 'middle' | 'bottom';
    };
    arrow?: {
        type: BooleanConstructor;
        value?: boolean;
        type: null;
        value?: boolean | object;
    };
    bordered?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    description?: {
        type: StringConstructor;
        value?: string;
    };
    externalClasses?: {
        type: ArrayConstructor;
        value?: [
            't-class',
            't-class-title',
            't-class-note',
            't-class-description',
            't-class-thumb',
            't-class-hover',
            't-class-left',
            't-class-right'
        ];
    };
    hover?: {
        type: BooleanConstructor;
@@ -45,8 +28,8 @@
        value?: 'switchTab' | 'reLaunch' | 'redirectTo' | 'navigateTo';
    };
    leftIcon?: {
        type: StringConstructor;
        value?: string;
        type: null;
        value?: string | object;
    };
    note?: {
        type: StringConstructor;
@@ -57,8 +40,8 @@
        value?: boolean;
    };
    rightIcon?: {
        type: StringConstructor;
        value?: string;
        type: null;
        value?: string | object;
    };
    title?: {
        type: StringConstructor;