riku
2026-01-16 1f9e43b7bbb848c7ee2aaa89ffece17002b2c915
miniprogram_npm/tdesign-miniprogram/tab-panel/type.d.ts
@@ -4,10 +4,6 @@
        type: ObjectConstructor;
        value?: object;
    };
    destroyOnHide?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    disabled?: {
        type: BooleanConstructor;
        value?: boolean;
@@ -20,6 +16,10 @@
        type: StringConstructor;
        value?: string;
    };
    lazy?: {
        type: BooleanConstructor;
        value?: boolean;
    };
    panel?: {
        type: StringConstructor;
        value?: string;