UNPKG
@leebonggu/component-library
Version:
latest (1.1.1)
1.1.1
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.1
## Schedule
github.com/Leebonggu/component-library
Leebonggu/component-library
@leebonggu/component-library
/
dist
/
esm
/
types
/
fields
/
Input.d.ts
3 lines
(2 loc)
•
229 B
TypeScript
View Raw
1
2
3
import
React
from
'react'
;
export
declare
const
Input
:
React
.
ForwardRefExoticComponent
<
Omit
<
React
.
DetailedHTMLProps
<
React
.
InputHTMLAttributes
<
HTMLInputElement
>,
HTMLInputElement
>,
"ref"
> &
React
.
RefAttributes
<
HTMLInputElement
>>;