UNPKG
cob-product-card
Version:
latest (1.0.0-rc)
1.0.0-rc
0.0.1
## Ejemplo
github.com/cob3x85/cob-product-card
cob3x85/cob-product-card
cob-product-card
/
dist
/
test
/
data
/
product.d.ts
11 lines
(10 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
const
product1
: {
id
:
string
;
title
:
string
;
img
:
string
; };
export
declare
const
product2
: {
id
:
string
;
title
:
string
;
img
:
string
; };