From f09622d5ec2e65778dbd1624cc20e3abec5d36f6 Mon Sep 17 00:00:00 2001 From: houguobiao Date: Tue, 2 Sep 2025 21:58:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E6=8E=A5=E5=8F=A3=E5=B7=AE?= =?UTF-8?q?=E5=BC=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houguobiao Change-Id: I4fccd92b68b236ca2815d38aa33420fe66b71cdf --- 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 f4bec99160..dc9e473573 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -19264,7 +19264,7 @@ declare interface PopupOptions { * @arkts 1.1&1.2 */ followTransformOfTarget?: boolean; - + /** * Define the popup avoid keyboard mode. * -- Gitee