UNPKG
osmg-product-card
Version:
latest (1.0.0)
1.0.1-rc
1.0.0
1.0.0-rc
0.0.1
This is a testing package for a npm deploy
oscar-mgh/osmg-product-card
osmg-product-card
/
dist
/
components
/
index.d.ts
7 lines
(6 loc)
•
298 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ProductCardHOCProps
}
from
'../interfaces/interfaces'
;
export
{
ProductButtons
}
from
'./ProductButtons'
;
export
{
ProductImage
}
from
'./ProductImage'
;
export
{
ProductTitle
}
from
'./ProductTitle'
;
export
declare
const
ProductCard
:
ProductCardHOCProps
;
export
default
ProductCard
;