govuk-angular
Version:
Angular components port of govuk-frontend nunjucks macros.
15 lines (14 loc) • 594 B
TypeScript
import * as i0 from "@angular/core";
export declare class GovUKAccordionSectionComponent {
id: string;
heading: string;
summary: string;
active: boolean;
expandClassName: string;
constructor();
expand: () => boolean;
open: () => boolean;
close: () => boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<GovUKAccordionSectionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GovUKAccordionSectionComponent, "govuk-accordion-section", never, { "id": "id"; "heading": "heading"; "summary": "summary"; "active": "active"; }, {}, never, ["*"]>;
}