From f6915d6ff1e43be563c1ee18f79b3364c1a601bd Mon Sep 17 00:00:00 2001 From: wangtao Date: Wed, 18 Jun 2025 15:38:10 +0800 Subject: [PATCH] =?UTF-8?q?paragraphSpacing=20=E8=A1=A5=E5=85=85=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangtao Change-Id: I196a23796f0f3150297f8277e5ad2cbf13a6fcde --- api/@internal/component/ets/styled_string.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/api/@internal/component/ets/styled_string.d.ts b/api/@internal/component/ets/styled_string.d.ts index a73cc49a83..33df807764 100644 --- a/api/@internal/component/ets/styled_string.d.ts +++ b/api/@internal/component/ets/styled_string.d.ts @@ -1050,6 +1050,7 @@ declare class ParagraphStyle { /** * Get the paragraph spacing of the StyledString. + * The unit is vp. * * @type { ?number } * @readonly -- Gitee