forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~OLIVER.KE/fineui:master to master * commit '8e2230574304ba2ff7b316c1934e11793b4e6b88': 无jira任务 补充声明es6
Oliver.Ke
3 years ago
2 changed files with 11 additions and 0 deletions
@ -0,0 +1,8 @@
|
||||
import { Widget } from "../../core/widget"; |
||||
|
||||
export declare class Segment extends Widget { |
||||
static xtype: string; |
||||
static EVENT_CHANGE: string; |
||||
|
||||
setEnabledValue(v: any): void; |
||||
} |
Loading…
Reference in new issue