forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~YOUKI/fineui:master to master * commit 'd8fb1bde66817830b29994ad7cba730d6c048e90': 无JIRA任务 chore: 补充类型es6
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