forked from fanruan/fineui
youki
4 years ago
2 changed files with 15 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||||
|
import { Single } from '../../base/single/single'; |
||||||
|
|
||||||
|
export declare class DateTimeCombo extends Single { |
||||||
|
static xtype: string; |
||||||
|
|
||||||
|
static EVENT_CANCEL: string; |
||||||
|
static EVENT_CONFIRM: string; |
||||||
|
static EVENT_CHANGE: string; |
||||||
|
static EVENT_BEFORE_POPUPVIEW: string; |
||||||
|
|
||||||
|
hidePopupView: () => void; |
||||||
|
} |
Loading…
Reference in new issue