UNPKG
v8-ui-product-cards
Version:
latest (0.0.1)
0.0.1
A product-card component lib for v8 storefront apps
v8-ui-product-cards
/
build
/
Theme
/
theme.d.ts
4 lines
(3 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
import
{
IThemeInterface
}
from
"v8-theme-interfaces/lib/theme.interfaces"
;
declare
const
theme
:
IThemeInterface
;
export
default
theme;