forked from fanruan/fineui
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