@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
9 lines (8 loc) • 553 B
TypeScript
import * as i0 from "@angular/core";
export declare class GoabAppFooter {
maxContentWidth?: string;
testId?: string;
url?: string;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabAppFooter, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabAppFooter, "goab-app-footer", never, { "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["[slot=nav]", "goab-app-footer-meta-section", "*"], true, never>;
}