UNPKG
ma-product-card-lop
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
Este es un ejemplo de despliegue de NPM.
markuz-lopez.com
MarkuzLopez/ma-product-card-lop
ma-product-card-lop
/
dist
/
components
/
ProductImage.d.ts
7 lines
(6 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="react" />
export
interface
Props
{
img
?:
string
;
className
?:
string
; }
export
declare
const
ProductImage
:
(
{ img, className }:
Props
) =>
JSX
.
Element
;