@vendasta/store
Version:
Components and data for Store
10 lines (9 loc) • 446 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CardListStencilComponent implements OnInit {
numCards: number;
cards: number[];
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CardListStencilComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardListStencilComponent, "app-store-card-stencil-list", never, { "numCards": "numCards"; }, {}, never, never>;
}