From f50cdc47abc85cdf5da1892ac1decb7616b2d59c Mon Sep 17 00:00:00 2001 From: tianyaxiang Date: Sun, 2 Feb 2025 14:23:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20markdown=20=E8=A7=A3?= =?UTF-8?q?=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/types.ts b/src/lib/types.ts index e01f235..1ac53de 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -30,7 +30,7 @@ export interface StyleOptions { fontWeight?: string | number fontStyle?: string lineHeight?: string | number - textAlign?: 'left' | 'center' | 'right' + textAlign?: 'left' | 'center' | 'right' | 'justify' textDecoration?: string textIndent?: string | number letterSpacing?: string | number