riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
miniprogram_npm/tdesign-miniprogram/tab-bar-item/type.d.ts
@@ -4,13 +4,9 @@
        type: ObjectConstructor;
        value?: BadgeProps;
    };
    style?: {
        type: StringConstructor;
        value?: string;
    };
    icon?: {
        type: StringConstructor;
        value?: string;
        type: null;
        value?: string | object;
    };
    subTabBar?: {
        type: ArrayConstructor;