Browse Source

KERNEL-6431 补充属性

es6
alan 4 years ago
parent
commit
715de30df8
  1. 4
      typescript/base/single/button/buttons/button.ts

4
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 {
@ -19,6 +20,9 @@ export declare class Button extends BasicButton {
static EVENT_CHANGE: string;
text: Label;
icon?: IconLabel;
doRedMark(...args: any[]): void;
unRedMark(...args: any[]): void;

Loading…
Cancel
Save