@vendasta/store
Version:
Components and data for Store
14 lines (13 loc) • 610 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ListStencilComponent implements OnInit {
showHeader: boolean;
numRows: number;
rowHeight: string;
sidePadding: string;
rows: number[];
listItemRowStyles: any;
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ListStencilComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ListStencilComponent, "app-store-list-stencil", never, { "showHeader": "showHeader"; "numRows": "numRows"; "rowHeight": "rowHeight"; "sidePadding": "sidePadding"; }, {}, never, never>;
}