UNPKG

@atlaskit/select

Version:

Select allows users to make a single selection or multiple selections from a list of options.

3 lines 172 B
import AsyncSelect from '@atlaskit/react-select/async/default'; import createSelect from './create-select'; export const SelectWithoutAnalytics = createSelect(AsyncSelect);