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