From 9e81c794724301e503d48eec0c539c20487cf190 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 f471b043f8..f1bc610faa 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -71,6 +71,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 49f67636a8..220dbf62ba 100644 --- a/api/@internal/component/ets/index-full.d.ts +++ b/api/@internal/component/ets/index-full.d.ts @@ -53,6 +53,7 @@ /// /// /// +/// /// /// /// -- Gitee