UNPKG
@bee-design/ui
Version:
latest (1.1.0)
1.1.0
1.0.22
1.0.21
1.0.20
Bee Design React UI Library.
bee.design
@bee-design/ui
/
lib
/
Input
/
input-element.d.ts
5 lines
(4 loc)
•
247 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
'react'
;
import
{
InputComponentProps
,
RefInputType
}
from
'./interface'
;
declare
const
InputComponent
:
React
.
ForwardRefExoticComponent
<
InputComponentProps
&
React
.
RefAttributes
<
RefInputType
>>;
export
default
InputComponent
;