From d6a3ad5de0ef6397e8dafca897ec207f36bf2f97 Mon Sep 17 00:00:00 2001 From: xiexiyun Date: Mon, 31 Oct 2022 12:05:35 +0800 Subject: [PATCH] =?UTF-8?q?borderImage=E7=9A=84linearGradient=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E4=B8=8B=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiexiyun Change-Id: I83507659dd56c7e0b9362ad6385cb87a08e5cba7 --- api/@internal/component/ets/common.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 6a6d7ebbba..4ba8895fd1 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -815,7 +815,7 @@ declare interface BorderImageOption { * Border image source * @since 9 */ - source?: string | Resource | linearGradient, + source?: string | Resource, /** * Border image width -- Gitee