UNPKG

react-select-module

Version:
10 lines (7 loc) 335 B
import { makeAsyncSelect } from './Async'; import { makeCreatableSelect } from './Creatable'; import manageState from './stateManager'; import Select from './Select'; const SelectCreatable = makeCreatableSelect(Select); const SelectCreatableState = manageState(SelectCreatable); export default makeAsyncSelect(SelectCreatableState);