UNPKG
@zym-com/input-search
Version:
latest (0.0.1)
0.0.1
0.0.0
搜索输入框
@zym-com/input-search
/
dist
/
types
/
index.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
declare
const
Component
:
(
{ ...props }:
any
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
Component
;