Browse Source
Merge in VISUAL/fineui from ~ALAN/fineui:master to master * commit 'bb0c375901cc1e3f86621996649fbdb8fdf22228': 添加 IconTextIconItem 类型 KERNEL-6431 补充类型es6
alan
4 years ago
3 changed files with 47 additions and 2 deletions
@ -0,0 +1,5 @@
|
||||
import { BasicButton } from "../button.basic"; |
||||
|
||||
export declare class IconTextIconItem extends BasicButton { |
||||
static xtype: string; |
||||
} |
Loading…
Reference in new issue