UNPKG
@2e32/react-select
Version:
latest (1.0.1)
1.0.1
A React select component
github.com/2e32/react-select
2e32/react-select
@2e32/react-select
/
dist
/
js
/
types
/
index.d.ts
5 lines
•
260 B
TypeScript
View Raw
1
2
3
4
5
import
Select
from
'./Select'
;
import
type
{
SelectProps
,
OptionProps
,
RenderMenuProps
,
RenderOptionProps
}
from
'./types'
;
export
type
{
SelectProps
,
OptionProps
,
RenderMenuProps
,
RenderOptionProps
};
export
default
Select
;
//# sourceMappingURL=index.d.ts.map