riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
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;
@@ -16,6 +16,10 @@
        type: BooleanConstructor;
        value?: boolean;
    };
    split?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    sticky?: {
        type: BooleanConstructor;
        value?: boolean;