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