Skip to content

Commit

Permalink
export makeAsyncSelect and makeCreatableSelect methods from src (JedW…
Browse files Browse the repository at this point in the history
  • Loading branch information
gwyneplaine authored and marianacapelo committed Aug 11, 2021
1 parent fefc50a commit d6555f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import manageState from './stateManager';
export default manageState<ElementConfig<typeof SelectBase>>(SelectBase);

export { SelectBase };
export { default as Async } from './Async';
export { default as Async, makeAsyncSelect } from './Async';
export { default as AsyncCreatable } from './AsyncCreatable';
export { default as Creatable } from './Creatable';
export { default as Creatable, makeCreatableSelect } from './Creatable';
export { createFilter } from './filters';
export { default as makeAnimated } from './animated/index';
export { components } from './components/index';
Expand Down

0 comments on commit d6555f0

Please sign in to comment.