forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~ZHENFEI.LI/fineui:master to master * commit '64765527472e525987b8623beaaa368c33516c26': KERNEL-7586 refactor: 类型补充es6
Zhenfei.Li
4 years ago
3 changed files with 18 additions and 2 deletions
@ -0,0 +1,10 @@ |
|||||||
|
import { Single } from '../../base/single/single'; |
||||||
|
|
||||||
|
export declare class MultiSelectTree extends Single { |
||||||
|
static xtype: string; |
||||||
|
static EVENT_CHANGE: string; |
||||||
|
|
||||||
|
stopSearch(): void; |
||||||
|
|
||||||
|
setSelectedValue(v: string[]): void; |
||||||
|
} |
Loading…
Reference in new issue