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
/
index.js
4 lines
•
167 B
JavaScript
View Raw
1
2
3
4
export
{
Button
}
from
'./Button/index'
;
export
{
Input
}
from
'./Input/index'
;
export
{
Theme
}
from
'./Theme/index'
;
export
{
Typography
}
from
'./Typography/index'
;