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
/
es
/
index.js
4 lines
•
109 B
JavaScript
View Raw
1
2
3
4
import
BaseInput
from
"./BaseInput"
;
import
Input
from
"./Input"
;
export
{
BaseInput
};
export
default
Input
;