@vendasta/store
Version:
Components and data for Store
11 lines (10 loc) • 522 B
TypeScript
import { Frequency } from '@vendasta/galaxy/frequency';
import * as i0 from "@angular/core";
export declare class StorePriceComponent {
price: number;
currency: string;
frequency: Frequency;
isStartingAt: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<StorePriceComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<StorePriceComponent, "app-store-price", never, { "price": "price"; "currency": "currency"; "frequency": "frequency"; "isStartingAt": "isStartingAt"; }, {}, never, never>;
}