@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
11 lines (10 loc) • 736 B
TypeScript
import * as i0 from "@angular/core";
export declare class GoabAppFooterNavSection {
heading?: string;
maxColumnCount?: number | undefined;
testId?: string;
/** "slot" is required and must equal to "nav" so it can be rendered in the correct position **/
slot: "nav";
static ɵfac: i0.ɵɵFactoryDeclaration<GoabAppFooterNavSection, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabAppFooterNavSection, "goab-app-footer-nav-section", never, { "heading": { "alias": "heading"; "required": false; }; "maxColumnCount": { "alias": "maxColumnCount"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "slot": { "alias": "slot"; "required": true; }; }, {}, never, ["*"], true, never>;
}