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;