From 82fc7405e60731bbc4dabfe91bdfb2294e3b8e32 Mon Sep 17 00:00:00 2001 From: liuhui Date: Wed, 27 Aug 2025 19:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=92=8C=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuhui --- 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 180cfb9800..b3c0d01b5e 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -6325,7 +6325,6 @@ declare class DrawModifier { * @since 12 */ drawFront?(drawContext: DrawContext): void; - /** * drawforeground Method. Executed after drawing associated Node and its children. * @param { DrawContext } drawContext - The drawContext used to draw @@ -20891,6 +20890,7 @@ declare class CommonMethod { * @form * @since 10 */ + /** * Background blur style. * blurStyle:Blur style type. -- Gitee