UNPKG

aag-product-card

Version:
7 lines (6 loc) 194 B
/// <reference types="react" /> import { ProductContextProps } from '../interfaces'; /** * CONTEXTO */ export declare const ProductContext: import("react").Context<ProductContextProps>;