riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
miniprogram_npm/tdesign-miniprogram/tabs/type.d.ts
@@ -4,9 +4,9 @@
        type: ObjectConstructor;
        value?: TabAnimation;
    };
    externalClasses?: {
        type: ArrayConstructor;
        value?: ['t-class', 't-class-item', 't-class-active', 't-class-track'];
    bottomLineMode?: {
        type: StringConstructor;
        value?: 'fixed' | 'auto' | 'full';
    };
    showBottomLine?: {
        type: BooleanConstructor;