import { Product } from ".."; import { IStaticComponent } from "./static.component"; export interface IAddToCartComponent extends IStaticComponent { getProduct: () => Product; } //# sourceMappingURL=add-to-cart.component.d.ts.map