From e4982ac38eb5d094afaa6e0e39e1445abe851a3e Mon Sep 17 00:00:00 2001 From: yfwang6 Date: Thu, 22 Sep 2022 17:50:58 +0800 Subject: [PATCH] fixed 412a7ad from https://gitee.com/yfwang6/interface_sdk-js/pulls/2825 wangyongfei@huawei.com remove inspector declaration file Signed-off-by: yfwang6 Change-Id: Ibcfbde2d97e8847d12d0995943b035f5ebd708c6 --- BUILD.gn | 1 + api/@internal/component/ets/index-full.d.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index a4ac454bf6..22a24cd1ab 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -73,6 +73,7 @@ ohos_copy("ets_component") { "api/@internal/component/ets/list_item.d.ts", "api/@internal/component/ets/loading_progress.d.ts", "api/@internal/component/ets/marquee.d.ts", + "api/@internal/component/ets/matrix2d.d.ts", "api/@internal/component/ets/navigation.d.ts", "api/@internal/component/ets/navigator.d.ts", "api/@internal/component/ets/page_transition.d.ts", diff --git a/api/@internal/component/ets/index-full.d.ts b/api/@internal/component/ets/index-full.d.ts index 25e737704e..813ee4c998 100644 --- a/api/@internal/component/ets/index-full.d.ts +++ b/api/@internal/component/ets/index-full.d.ts @@ -97,5 +97,4 @@ /// /// /// -/// /// -- Gitee