UNPKG

@vendasta/store

Version:

Components and data for Store

7 lines (6 loc) 173 B
import { OnInit } from '@angular/core'; export declare class CardListStencilComponent implements OnInit { numCards: number; cards: number[]; ngOnInit(): void; }