UNPKG

@vendasta/store

Version:

Components and data for Store

12 lines (11 loc) 464 B
import { Faq } from './shared/faqs.model'; import * as i0 from "@angular/core"; export declare class VaFaqsComponent { faqs: Faq[]; openFaqs: number[]; toggleFaq(index: number): void; isFaqOpen(index: number): boolean; faqIcon(index: number): string; static ɵfac: i0.ɵɵFactoryDeclaration<VaFaqsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<VaFaqsComponent, "app-faqs", never, { "faqs": "faqs"; }, {}, never, never>; }