forked from fanruan/fineui
Browse Source
* commit '28c8088f7c3963e1333ead12073180887c1acea6': auto upgrade version to 2.0.20221122113602 无JIRA refactor(TextValueCombo): 补充 ts 类型master
superman
2 years ago
4 changed files with 23 additions and 2 deletions
@ -0,0 +1,13 @@
|
||||
import { Pane } from "../../base/pane"; |
||||
|
||||
export declare class TextValueComboPopup extends Pane { |
||||
static xtype: string; |
||||
|
||||
static EVENT_CHANGE: string; |
||||
static EVENT_CLEAR: string; |
||||
static EVENT_CONFIRM: string; |
||||
|
||||
populate(items: any[]): void; |
||||
getValue(): any; |
||||
setValue(value: any): void; |
||||
} |
Loading…
Reference in new issue