Browse Source
Merge in VISUAL/fineui from ~CLAIRE.TANG/fineui:master to master * commit '6b433c345f5a957a38b4b0506c1545ed2d719e8b': KERNEL-10641 refactor:类型定义补充es6
Claire.Tang
3 years ago
3 changed files with 18 additions and 1 deletions
@ -0,0 +1,13 @@ |
|||||||
|
import { Widget } from '../../core/widget'; |
||||||
|
|
||||||
|
export declare class ColorChooser extends Widget { |
||||||
|
static xtype: string; |
||||||
|
static EVENT_CHANGE: string; |
||||||
|
static EVENT_AFTER_POPUPVIEW: string; |
||||||
|
|
||||||
|
isViewVisible(): boolean; |
||||||
|
|
||||||
|
hideView(): void; |
||||||
|
|
||||||
|
showView(): void; |
||||||
|
} |
Loading…
Reference in new issue