forked from fanruan/fineui
guy
3 years ago
33 changed files with 755 additions and 851 deletions
Binary file not shown.
Before Width: | Height: | Size: 538 KiB After Width: | Height: | Size: 471 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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