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;