UNPKG
el-react-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Energylink React UI components
bitbucket.org/cozero/el-react-ui
el-react-ui
/
lib
/
components
/
base
/
Input.d.ts
5 lines
(4 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
import
{
FC
}
from
'react'
;
import
{
InputProps
}
from
'./types'
;
declare
const
Input
:
FC
<
InputProps
>;
export
default
Input
;