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