govuk-angular
Version:
Angular components port of govuk-frontend nunjucks macros.
11 lines (10 loc) • 470 B
TypeScript
import * as i0 from "@angular/core";
export declare class GovUKBackLinkComponent {
id: string;
href: string;
/** @deprecated Use (click) */
onBack: ($event: any) => void;
onClick: ($event: Event) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<GovUKBackLinkComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GovUKBackLinkComponent, "govuk-backLink", never, { "id": "id"; "href": "href"; "onBack": "onBack"; }, {}, never, ["*"]>;
}