|
|
@ -4,6 +4,12 @@ export declare class ImageButton extends BasicButton { |
|
|
|
static xtype: string; |
|
|
|
static xtype: string; |
|
|
|
static EVENT_CHANGE: string; |
|
|
|
static EVENT_CHANGE: string; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
props: { |
|
|
|
|
|
|
|
src?: string; |
|
|
|
|
|
|
|
iconWidth?: number; |
|
|
|
|
|
|
|
iconHeight?: number; |
|
|
|
|
|
|
|
} & BasicButton['props']; |
|
|
|
|
|
|
|
|
|
|
|
setImageWidth(w: number | string): void; |
|
|
|
setImageWidth(w: number | string): void; |
|
|
|
|
|
|
|
|
|
|
|
setImageHeight(h: number | string): void; |
|
|
|
setImageHeight(h: number | string): void; |
|
|
|