UNPKG
@_alexalbu/kraftie-components
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.2.0
1.1.1
1.1.0
1.0.0
Kraftie Components Library
github.com/kraftie-co/components-library
kraftie-co/components-library
@_alexalbu/kraftie-components
/
components
/
Input
/
index.js
5 lines
(4 loc)
•
118 B
JavaScript
View Raw
1
2
3
4
5
import
Input
from
'./Input'
;
import
{
INPUT_TYPES
}
from
'./constants'
;
export
default
Input
;
export
{
INPUT_TYPES
};