/// /** * 用来显示选择结果,垂直显示。支持移出、排序等操作。 */ import React from 'react'; import { Option } from './Select'; import { ThemeProps } from '../theme'; import Sortable from 'sortablejs'; import { LocaleProps } from '../locale'; export interface ResultListProps extends ThemeProps, LocaleProps { className?: string; value?: Array