Browse Source

KERNEL-7826 refactor: 补充props声明

es6
Kira 3 years ago
parent
commit
8802612243
  1. 5
      typescript/base/single/label/icon.label.ts

5
typescript/base/single/label/icon.label.ts

@ -2,4 +2,9 @@ import { Single } from '../single';
export declare class IconLabel extends Single {
static xtype: string;
props: {
iconWidth: number;
iconHeight: number;
} & Single['props'];
}

Loading…
Cancel
Save