From a9d8b614ce035f2b257f21f12ece118af9c3631f Mon Sep 17 00:00:00 2001 From: houhaoyu Date: Tue, 23 Aug 2022 15:03:34 +0800 Subject: [PATCH] fixed 1e5fcf0 from https://gitee.com/houhaoyu/interface_sdk-js/pulls/2475 fixed 482d83a from https://gitee.com/houhaoyu/interface_sdk-js/pulls/2474 fixed 7156a7c from https://gitee.com/houhaoyu/interface_sdk-js/pulls/2473 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 3bc5bdab97..55501c98a0 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