Browse Source

Pull request #1650: KERNEL-6431 补充属性

Merge in VISUAL/fineui from ~ALAN/fineui:master to master

* commit '715de30df849f8e076a91f877fd7d40cdb0fe1f9':
  KERNEL-6431 补充属性
es6
alan 4 years ago
parent
commit
a4bf1181f6
  1. 6
      typescript/base/single/button/buttons/button.ts

6
typescript/base/single/button/buttons/button.ts

@ -1,3 +1,4 @@
import { IconLabel, Label } from "../../../..";
import { BasicButton, _BasicButton } from "../button.basic";
export interface _Button extends _BasicButton {
@ -18,6 +19,9 @@ export declare class Button extends BasicButton {
static xtype: string;
static EVENT_CHANGE: string;
text: Label;
icon?: IconLabel;
doRedMark(...args: any[]): void;
@ -26,4 +30,4 @@ export declare class Button extends BasicButton {
doHighLight(...args: any[]): void;
unHighLight(...args: any[]): void;
}
}

Loading…
Cancel
Save