UNPKG

@atlaskit/select

Version:

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

8 lines (6 loc) 337 B
/* eslint-disable @repo/internal/fs/filename-pattern-match */ import CreatableReactSelect from '@atlaskit/react-select/creatable/default'; import createSelect from './create-select'; var CreatableSelect = createSelect(CreatableReactSelect); // eslint-disable-next-line @repo/internal/react/require-jsdoc export default CreatableSelect;