UNPKG

367 BTypeScriptView Raw
1import { Pricing } from './pricing';
2export declare class VaPricingComponent {
3 pricing: Pricing;
4 wrapFrequency: boolean;
5 isAddon: boolean;
6 getCurrencySymbol(currency: string): string;
7 getDisplayPrice(priceWithoutCents: number): string;
8 readonly currencyString: string;
9 readonly isFree: boolean;
10 readonly shouldContactSales: boolean;
11}