forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~JIMMY.CHAI/fineui:master to master * commit 'c8f7edac61afae6969b32524faaeb4cf0ceeb4b3': KERNEL-9887 refactor:补充类型es6
Jimmy.Chai
3 years ago
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,6 @@
|
||||
import { IconButton } from "../../../../base/single/button/buttons/button.icon"; |
||||
|
||||
export declare class HalfIconButton extends IconButton { |
||||
static xtype: string; |
||||
static EVENT_CHANGE: string; |
||||
} |
Loading…
Reference in new issue