forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~KIRA/fineui:master to master * commit '28f962942365cb4e1f0b8b92ae9e2be9e24eaeb4': 无jira任务: 类型补充es6
Kira
4 years ago
2 changed files with 13 additions and 0 deletions
@ -0,0 +1,10 @@
|
||||
import { Pane } from "../../../base/pane"; |
||||
|
||||
export declare class TextValueCheckComboPopup extends Pane { |
||||
static xtype: string; |
||||
static EVENT_CHANGE: string; |
||||
|
||||
populate(items: any[]): void; |
||||
getValue(): any; |
||||
setValue(): void; |
||||
} |
Loading…
Reference in new issue