UNPKG
bt-react-select
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
React Select
react-select-omega.vercel.app
denizyoldas/bt-react-select
bt-react-select
/
src
/
index.ts
5 lines
(3 loc)
•
89 B
text/typescript
View Raw
1
2
3
4
5
import
"./index.css"
;
import
Select
from
"./react-select/index"
;
export
default
Select
;