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
/
ProductImage.d.ts
4 lines
(3 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
ProductImageProps
}
from
'../interfaces'
;
export
declare
const
ProductImage
:
(
{ img, className, style }:
ProductImageProps
) =>
JSX
.
Element
;