@vendasta/store
Version:
Components and data for Store
17 lines (16 loc) • 863 B
TypeScript
import { OnChanges } from '@angular/core';
import { ProductCost } from '@vendasta/marketplace-apps/v1';
import * as i0 from "@angular/core";
export declare class MarketplaceCostCardComponent implements OnChanges {
marketplaceCost: ProductCost;
contactSales: boolean;
isOO: boolean;
displayCost: ProductCost;
hasEditions: boolean;
ngOnChanges(): void;
prepareDisplayCost(costs: ProductCost, isOO: boolean): void;
selectLowestEdition(costs: ProductCost): ProductCost;
selectHighestEdition(costs: ProductCost): ProductCost;
static ɵfac: i0.ɵɵFactoryDeclaration<MarketplaceCostCardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MarketplaceCostCardComponent, "app-marketplace-cost-card", never, { "marketplaceCost": "marketplaceCost"; "contactSales": "contactSales"; "isOO": "isOO"; }, {}, never, never>;
}