UNPKG
gml-product-cart
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
this is a test package to do deploy NPM
github.com/GerardoDev25
GerardoDev25/gml-product-cart
gml-product-cart
/
dist
/
components
/
index.d.ts
7 lines
(6 loc)
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ProductCardHOCProps
}
from
'../interfaces'
;
export
{
ProductButtons
}
from
'./ProductButtons'
;
export
{
ProductImage
}
from
'./ProductImage'
;
export
{
ProductTitle
}
from
'./ProductTitle'
;
export
declare
const
ProductCard
:
ProductCardHOCProps
;
export
default
ProductCard
;