superman
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