@vendasta/store
Version:
Components and data for Store
9 lines (8 loc) • 446 B
TypeScript
import * as i0 from "@angular/core";
export declare class VaSellingInfoComponent {
description: String;
keySellingPoints: String[];
get filterDescription(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<VaSellingInfoComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<VaSellingInfoComponent, "app-selling-info", never, { "description": "description"; "keySellingPoints": "keySellingPoints"; }, {}, never, never>;
}