From aa142ffb1bda3d9527b88e088175ac980ad90d9c Mon Sep 17 00:00:00 2001 From: BenSeage Date: Thu, 30 Dec 2021 15:08:51 +0800 Subject: [PATCH] feat: white-space --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 1c1ac9f58..4179e35b3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -146,6 +146,7 @@ import { WillChangeStyle } from './will-change'; import { TextUnderlineOffsetStyle } from './text-underline-offset'; import { InsetStyle } from './inset'; import { ColumnsStyle } from './columns'; +import { WhiteSpaceStyle } from './white-space'; /** * 創建監聽器已追蹤整個 document 的 class @@ -191,6 +192,7 @@ StyleSheet.Styles.push( TextIndentStyle, VerticalAlignStyle, ColumnsStyle, + WhiteSpaceStyle, InsetStyle, LinesStyle, MaxHeightStyle,