@vendasta/store
Version:
Components and data for Store
12 lines (11 loc) • 367 B
TypeScript
import { Pricing } from './pricing';
export declare class VaPricingComponent {
pricing: Pricing;
wrapFrequency: boolean;
isAddon: boolean;
getCurrencySymbol(currency: string): string;
getDisplayPrice(priceWithoutCents: number): string;
readonly currencyString: string;
readonly isFree: boolean;
readonly shouldContactSales: boolean;
}