forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~YOUKI/fineui:master to master * commit '877f24490c43168fa382fe604972388fb4a879a5': KERNEL-6569 refactor: 补充类型es6
Youki
4 years ago
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||||
|
import { Widget } from '../../core/widget'; |
||||||
|
|
||||||
|
export declare class DynamicYearMonthPopup extends Widget { |
||||||
|
static xtype: string; |
||||||
|
static BUTTON_CLEAR_EVENT_CHANGE: string; |
||||||
|
static BUTTON_lABEL_EVENT_CHANGE: string; |
||||||
|
static BUTTON_OK_EVENT_CHANGE: string; |
||||||
|
static EVENT_CHANGE: string; |
||||||
|
|
||||||
|
setMinDate(minDate: string): void; |
||||||
|
|
||||||
|
setMaxDate(maxDate: string): void; |
||||||
|
} |
Loading…
Reference in new issue