UNPKG
@bee-design/ui
Version:
latest (1.1.0)
1.1.0
1.0.22
1.0.21
1.0.20
Bee Design React UI Library.
bee.design
@bee-design/ui
/
lib
/
Input
/
search.d.ts
6 lines
(5 loc)
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
import
{
RefInputType
,
InputSearchProps
}
from
'./interface'
;
declare
const
Search
:
React
.
ForwardRefExoticComponent
<
InputSearchProps
&
React
.
RefAttributes
<
RefInputType
>>;
export
default
Search
;
export
{
InputSearchProps
};