UNPKG
nusp-arco-design
Version:
latest (2.66.0-beta.2)
2.66.0-beta.2
Arco Design React UI Library.
arco.design
zhanghui-space/arco-design
nusp-arco-design
/
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
};