From 0a3b1eeaf6b2b03fd26af9fe4e54387f4b9295b9 Mon Sep 17 00:00:00 2001 From: xiexiyun Date: Wed, 16 Mar 2022 16:42:53 +0800 Subject: [PATCH] =?UTF-8?q?fixed=202fa8a06=20from=20https://gitee.com/xiex?= =?UTF-8?q?iyun/interface=5Fsdk-js/pulls/1197=20=E5=A2=9E=E5=8A=A0strokewi?= =?UTF-8?q?dth=E4=B8=BALength?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiexiyun --- api/@internal/component/ets/gauge.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/gauge.d.ts b/api/@internal/component/ets/gauge.d.ts index 5186c6c774..cee7e983f4 100644 --- a/api/@internal/component/ets/gauge.d.ts +++ b/api/@internal/component/ets/gauge.d.ts @@ -59,7 +59,7 @@ declare class GaugeAttribute extends CommonMethod { * Sets the thickness of the ring chart. * @since 8 */ - strokeWidth(length: number): GaugeAttribute; + strokeWidth(length: Length): GaugeAttribute; } declare const Gauge: GaugeInterface; -- Gitee