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
/
index.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
BaseInput
from
'./BaseInput'
;
import
Input
from
'./Input'
;
export
{
BaseInput
};
export
type
{
InputProps
,
InputRef
}
from
'./interface'
;
export
default
Input
;