UNPKG
mp-product-card-react-typescript
Version:
latest (1.0.0-rc)
1.0.0-rc
0.1.0
This is a deploy test package to NPM
parodimatias/mp-product-card
mp-product-card-react-typescript
/
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
;