Skip to content

Commit

Permalink
docs(select): deprecate old select components (#681)
Browse files Browse the repository at this point in the history
We should use EditableSelect or SingleSelect components instead
  • Loading branch information
ehsan-github authored Oct 17, 2024
1 parent 07118d4 commit 5325b08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,15 @@ export {
List,
ListItem,
Pagination,
/**
* @deprecated
* use EditableSelect or SingleSelect
*/
Select,
/**
* @deprecated
* use EditableSelect or SingleSelect
*/
Select2,
EditableSelect,
ThemeProvider,
Expand Down

0 comments on commit 5325b08

Please sign in to comment.