From b4033c002e21c1376d68be61622da56182a962e9 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 14 八月 2024 15:19:52 +0800
Subject: [PATCH] 修复设备信息表单生产失败

---
 miniprogram_npm/tdesign-miniprogram/cell/type.d.ts |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/cell/type.d.ts b/miniprogram_npm/tdesign-miniprogram/cell/type.d.ts
index 4dccb9d..6b9795b 100644
--- a/miniprogram_npm/tdesign-miniprogram/cell/type.d.ts
+++ b/miniprogram_npm/tdesign-miniprogram/cell/type.d.ts
@@ -4,8 +4,8 @@
         value?: 'top' | 'middle' | 'bottom';
     };
     arrow?: {
-        type: BooleanConstructor;
-        value?: boolean;
+        type: null;
+        value?: boolean | object;
     };
     bordered?: {
         type: BooleanConstructor;
@@ -45,8 +45,8 @@
         value?: 'switchTab' | 'reLaunch' | 'redirectTo' | 'navigateTo';
     };
     leftIcon?: {
-        type: StringConstructor;
-        value?: string;
+        type: null;
+        value?: string | object;
     };
     note?: {
         type: StringConstructor;
@@ -57,8 +57,8 @@
         value?: boolean;
     };
     rightIcon?: {
-        type: StringConstructor;
-        value?: string;
+        type: null;
+        value?: string | object;
     };
     title?: {
         type: StringConstructor;

--
Gitblit v1.9.3