UNPKG
mfss-custom-components
Version:
latest (0.0.1-rc4)
0.0.1
0.0.1-rc4
0.0.1-rc3
0.0.1-rc2
0.0.1-rc1
Instalar
mfss-custom-components
/
dist
/
index.d.ts
5 lines
(4 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
export
{
MyLabel
}
from
'./components/MyLabel'
;
export
{
Button
}
from
'./stories/Button'
;
export
{
Header
}
from
'./stories/Header'
;
export
{
Page
}
from
'./stories/Page'
;