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