UNPKG
ea-product-card
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
This is a NPM deployment test package
www.instagram.com/elisperezmusic
ElisPerez/ea-product-card
ea-product-card
/
dist
/
components
/
ProductImage.d.ts
8 lines
(7 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
export
interface
Props
{
className
?:
string
;
img
?:
string
;
style
?:
React
.
CSSProperties
; }
export
declare
const
ProductImage
:
(
{ className, img, style }:
Props
) =>
JSX
.
Element
;