forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~IMP/fineui_fui:master to master * commit '84e4135f881013c84ffb67324c1237112b4054f0': BI-129824 fix: 控件优化 BI-129824 fix: 控件优化research/test
imp-张健
11 months ago
3 changed files with 21 additions and 16 deletions
@ -1,6 +1,11 @@
|
||||
import { BasicButton } from "../../base/single/button/button.basic"; |
||||
|
||||
export declare class Switch extends BasicButton { |
||||
|
||||
props: { |
||||
textGap: number; |
||||
} & BasicButton['props'] |
||||
|
||||
static xtype: string; |
||||
static EVENT_CHANGE: string; |
||||
} |
||||
|
Loading…
Reference in new issue