Browse Source

KERNEL-7826 refactor: props声明

es6
Kira 3 years ago
parent
commit
e263b2f41f
  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