riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
miniprogram_npm/tdesign-miniprogram/cell/type.d.ts
@@ -11,26 +11,9 @@
        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;