UNPKG
@2e32/react-input
Version:
latest (1.0.0)
1.0.0
A React input component
github.com/2e32/react-input
2e32/react-input
@2e32/react-input
/
dist
/
js
/
types
/
Input.d.ts
5 lines
•
237 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
type
{
InputProps
}
from
'./types'
;
declare
const
_default
:
React
.
ForwardRefExoticComponent
<
InputProps
&
React
.
RefAttributes
<
HTMLDivElement
>>;
export
default
_default;
//# sourceMappingURL=Input.d.ts.map