|
|
@ -30,6 +30,7 @@ export interface TreeDataSimpleMode {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export interface TreeSelectProps extends AbstractSelectProps {
|
|
|
|
export interface TreeSelectProps extends AbstractSelectProps {
|
|
|
|
|
|
|
|
autoFocus?: boolean;
|
|
|
|
defaultValue?: string | number | Array<any>;
|
|
|
|
defaultValue?: string | number | Array<any>;
|
|
|
|
dropdownStyle?: React.CSSProperties;
|
|
|
|
dropdownStyle?: React.CSSProperties;
|
|
|
|
filterTreeNode?: (inputValue: string, treeNode: any) => boolean | boolean;
|
|
|
|
filterTreeNode?: (inputValue: string, treeNode: any) => boolean | boolean;
|
|
|
|