Browse Source

Pull request #1966: KERNEL-8167 补充声明

Merge in VISUAL/fineui from ~WINDY/fui:master to master

* commit '42968d15f5c42cf149084e78ecbcf6dab9418b61':
  KERNEL-8167 补充声明
es6
windy 3 years ago
parent
commit
94dfbe8205
  1. 6
      typescript/base/single/button/buttons/button.image.ts

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

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

Loading…
Cancel
Save