UNPKG
@onethousandswaps-libs/uikit
Version:
latest (1.0.0)
1.0.0
User interface package for One THousand Swaps apps
@onethousandswaps-libs/uikit
/
components
/
Image
/
index.ts
3 lines
(2 loc)
•
108 B
text/typescript
View Raw
1
2
3
export
{
default
as
BackgroundImage
}
from
"./BackgroundImage"
;
export
{
default
as
Image
}
from
"./Image"
;