Browse Source

Pull request #1920: KERNEL-7826 refactor: props声明

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

* commit 'c1d3af14bb3658c49c0af5cb6f666bffc3513bbd':
  KERNEL-7826 refactor: props声明
es6
Kira 3 years ago
parent
commit
6f23212510
  1. 16
      typescript/base/single/button/listitem/icontextitem.ts

16
typescript/base/single/button/listitem/icontextitem.ts

@ -4,6 +4,22 @@ export declare class IconTextItem extends BasicButton {
static xtype: string;
static EVENT_CHANGE: string;
props: {
direction: string;
logic: {
dynamic: boolean;
};
iconWrapperWidth?: number;
iconHeight?: number;
iconWidth?: number;
textHgap: number;
textVgap: number;
textLgap: number;
textRgap: number;
text: string;
keyword: string;
} & BasicButton['props']
doRedMark(...args: any[]): void;
unRedMark(...args: any[]): void;

Loading…
Cancel
Save