From c79618483a932a9412c91737ec672cd4844a5508 Mon Sep 17 00:00:00 2001 From: zhangbingce Date: Thu, 7 Jul 2022 10:27:39 +0800 Subject: [PATCH] fixed 316f4d0 from https://gitee.com/zhangbingce/interface_sdk-js/pulls/2112 add matrix2d.d.ts into sdk Signed-off-by: zhangbingce Change-Id: I89d1c567e348a915d07e5b34f2180511edfb9c44 --- BUILD.gn | 1 + api/@internal/component/ets/index-full.d.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 735000f5be..75cc4471c9 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -70,6 +70,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 43c35f1f8e..ea2999d9a8 100644 --- a/api/@internal/component/ets/index-full.d.ts +++ b/api/@internal/component/ets/index-full.d.ts @@ -53,6 +53,7 @@ /// /// /// +/// /// /// /// -- Gitee