From e0ac096398a063d741b279e582a96ac66ba4a8c0 Mon Sep 17 00:00:00 2001 From: treecat <2184452844@qq.com> Date: Wed, 10 Nov 2021 15:32:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/text.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/base/single/text.ts b/typescript/base/single/text.ts index c59a857a3..518eb13f7 100644 --- a/typescript/base/single/text.ts +++ b/typescript/base/single/text.ts @@ -10,6 +10,7 @@ export declare class Text extends Single { lineHeight?: null | number; py?: string; highLight?: boolean; + maxWidth?: null | number; } & Single['props']; doRedMark(keyword: string): void;