forked from fanruan/fineui
Holiday
3 years ago
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,13 @@
|
||||
import { Widget } from "../../core/widget"; |
||||
|
||||
export declare class DownListPopup extends Widget { |
||||
static xtype: string; |
||||
static EVENT_CHANGE: string; |
||||
static EVENT_SON_VALUE_CHANGE: string; |
||||
|
||||
populate: (items: any) => void; |
||||
|
||||
setValue: (v: any) => void; |
||||
|
||||
getValue: () => any; |
||||
} |
Loading…
Reference in new issue