riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
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;