UNPKG
tako-custom-components
Version:
latest (0.0.2-rc4)
0.0.2
0.0.2-rc4
0.0.2-rc3
0.0.2-rc2
0.0.1
install ```bash npm i tako-custom-components ```
portafolio-thomas-koczan.vercel.app
tako-custom-components
/
dist
/
index.js
5 lines
(4 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
5
export
{
MyLabel
}
from
'./components/MyLabel'
;
export
{
Header
}
from
'./stories/Header'
;
export
{
Button
}
from
'./stories/Button'
;
export
{
Page
}
from
'./stories/Page'
;