UNPKG
bea-ui
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
React component library
github.com/craigharvi3/bea
craigharvi3/bea
bea-ui
/
index.js
5 lines
(3 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
export
{version}
from
'./package.json'
;
export
{
default
as
Button
}
from
'./components/atoms/Button'
;
export
{
default
as
Heading
}
from
'./components/atoms/Heading'
;