UNPKG
jcamacaro-product-card
Version:
latest (1.0.0-rc)
1.0.0-rc
0.1.0
Este es un paquete de pruebas de despliege en NPM
Camacaro/jcamacaro-product-card
jcamacaro-product-card
/
dist
/
components
/
ProductImage.d.ts
4 lines
(3 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
ProductImageProps
}
from
"../interfaces/interfaces"
;
export
declare
const
ProductImage
:
(
{ img, className, style }:
ProductImageProps
) =>
JSX
.
Element
;