Browse Source

chore: 更新描述

es6
iapyang 3 years ago
parent
commit
c2391bf56d
  1. 3
      typescript/base/single/editor/editor.textarea.ts

3
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;

Loading…
Cancel
Save