forked from fanruan/fineui
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