Browse Source
Merge in VISUAL/fineui from ~HOLIDAY/fineui:master to master * commit 'ae68dbfab01316e34ab88a893e3058cc936b7bf2': 无jira任务 添加DownListPopup声明文件 无jira任务 添加DownListPopup声明文件 添加DownListPopup声明文件es6
Holiday
3 years ago
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,9 @@
|
||||
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; |
||||
} |
Loading…
Reference in new issue