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