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