UNPKG
afrcode-product-card
Version:
latest (1.0.1-rc)
1.0.1-rc
1.0.0-rc
0.0.1
Este es un paquete de pruebas de despliegue en ```'npm'```
IngAndresRodriguez/ar-product-card
afrcode-product-card
/
dist
/
components
/
index.d.ts
7 lines
(6 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ProductCardPropsTypes
}
from
'../interfaces'
;
export
{
ProductImage
}
from
'./ProductImage'
;
export
{
ProductTitle
}
from
'./ProductTitle'
;
export
{
ProductButtons
}
from
'./ProductButtons'
;
export
declare
const
ProductCard
:
ProductCardPropsTypes
;
export
default
ProductCard
;