UNPKG

ap-product-card-react-ts

Version:

Este es un paquete de pruebas de despliegue en NPM

13 lines (12 loc) 282 B
import { Product } from '../interfaces/interfaces'; export declare const product1: { id: string; title: string; img: string; }; export declare const product2: { id: string; title: string; img: string; }; export declare const products: Product[];