forked from fanruan/fineui
alan
4 years ago
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
import { Widget } from "../../core/widget"; |
||||
|
||||
export declare class LinearSegment extends Widget { |
||||
static xtype: string; |
||||
|
||||
setEnabledValue(v: any): void; |
||||
} |
Loading…
Reference in new issue