UNPKG

govuk-angular

Version:

Angular components port of govuk-frontend nunjucks macros.

13 lines (12 loc) 567 B
import { QueryList } from '@angular/core'; import { GovUKAccordionSectionComponent } from './accordion-section.component'; import * as i0 from "@angular/core"; export declare class GovUKAccordionComponent { id: string; tabs: QueryList<GovUKAccordionSectionComponent>; sectionButtonText: string; allOpen: boolean; toggleAll(): void; static ɵfac: i0.ɵɵFactoryDeclaration<GovUKAccordionComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GovUKAccordionComponent, "govuk-accordion", never, { "id": "id"; }, {}, ["tabs"], ["*"]>; }