govuk-angular
Version:
Angular components port of govuk-frontend nunjucks macros.
10 lines (9 loc) • 494 B
TypeScript
import * as i0 from "@angular/core";
export declare class GovUKLoadingBarComponent {
/** Use to create unique ids for each item in the radio list */
slId: string;
/** Title to display at the top of the radio list */
isLoading: boolean;
static ɵfac: i0.ɵɵFactoryDeclaration<GovUKLoadingBarComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GovUKLoadingBarComponent, "govuk-loading", never, { "slId": "slId"; "isLoading": "isLoading"; }, {}, never, never>;
}