From 7156a7cd022238fccaf4fd2578f3bc646c08125b Mon Sep 17 00:00:00 2001 From: houhaoyu Date: Tue, 23 Aug 2022 15:03:34 +0800 Subject: [PATCH] fixed aa889a6 from https://gitee.com/houhaoyu/interface_sdk-js/pulls/2472 houhaoyu@huawei.com fix case s Signed-off-by: houhaoyu Change-Id: I4614ee41e42a927224f77b1f6a6ec0fc836a0e37 --- api/@internal/component/ets/rect.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/rect.d.ts b/api/@internal/component/ets/rect.d.ts index a20aa44f46..4e5921781b 100644 --- a/api/@internal/component/ets/rect.d.ts +++ b/api/@internal/component/ets/rect.d.ts @@ -81,4 +81,4 @@ declare class RectAttribute extends CommonShapeMethod { } declare const Rect: RectInterface; -declare const RectInStance: RectAttribute; +declare const RectInstance: RectAttribute; -- Gitee