UNPKG
@rc-component/input
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
React input component
github.com/react-component/input
react-component/input
@rc-component/input
/
lib
/
Input.d.ts
5 lines
(4 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
type
{
InputProps
,
InputRef
}
from
'./interface'
;
declare
const
Input
:
React
.
ForwardRefExoticComponent
<
InputProps
&
React
.
RefAttributes
<
InputRef
>>;
export
default
Input
;