/** * 结果树(暂时不支持结果排序) */ import React from 'react'; import type { Option, Options } from '../select2/select'; import { BaseSelectionProps } from './Selection'; export interface ResultTreeListProps extends BaseSelectionProps { className?: string; title?: string; searchable?: boolean; value: Array