From c2391bf56d6a0bb07a092db1a1bfdb4ab3cd6346 Mon Sep 17 00:00:00 2001 From: iapyang Date: Fri, 3 Sep 2021 14:29:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/base/single/editor/editor.textarea.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typescript/base/single/editor/editor.textarea.ts b/typescript/base/single/editor/editor.textarea.ts index 08549193d..24382ce7e 100644 --- a/typescript/base/single/editor/editor.textarea.ts +++ b/typescript/base/single/editor/editor.textarea.ts @@ -5,6 +5,9 @@ export declare class TextAreaEditor extends Single { static EVENT_CHANGE: string; static EVENT_FOCUS: string; static EVENT_BLUR: string; + static EVENT_CONFIRM: string; + static EVENT_EMPTY: string; + static EVENT_KEY_DOWN: string; focus(): void;