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;