Browse Source

Pull request #1962: KERNEL-7826 refactor: 补充props声明

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

* commit '880261224375d38ff0b477f424a5db3d1818a72e':
  KERNEL-7826 refactor: 补充props声明
es6
Kira 3 years ago
parent
commit
f5a5e275b4
  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