UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
Input
/
search.d.ts
6 lines
(5 loc)
•
250 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
};