|
|
@ -1,9 +1,12 @@ |
|
|
|
|
|
|
|
import { Label } from "typescript"; |
|
|
|
import { BasicButton } from "../button.basic"; |
|
|
|
import { BasicButton } from "../button.basic"; |
|
|
|
|
|
|
|
|
|
|
|
export declare class TextButton extends BasicButton { |
|
|
|
export declare class TextButton extends BasicButton { |
|
|
|
static xtype: string; |
|
|
|
static xtype: string; |
|
|
|
static EVENT_CHANGE: string; |
|
|
|
static EVENT_CHANGE: string; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
props: Label['props'] & BasicButton['props']; |
|
|
|
|
|
|
|
|
|
|
|
setStyle(style: any): void; |
|
|
|
setStyle(style: any): void; |
|
|
|
|
|
|
|
|
|
|
|
doRedMark(...args: any[]): void; |
|
|
|
doRedMark(...args: any[]): void; |
|
|
|