@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
15 lines (14 loc) • 1.02 kB
TypeScript
import { TemplateRef } from "@angular/core";
import * as i0 from "@angular/core";
export declare class GoabHeroBanner {
heading?: string;
backgroundUrl?: string;
minHeight?: string;
testId?: string;
maxContentWidth?: string;
backgroundColor?: string;
textColor?: string;
actions: TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabHeroBanner, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabHeroBanner, "goab-hero-banner", never, { "heading": { "alias": "heading"; "required": false; }; "backgroundUrl": { "alias": "backgroundUrl"; "required": false; }; "minHeight": { "alias": "minHeight"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "maxContentWidth": { "alias": "maxContentWidth"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, {}, never, ["*"], true, never>;
}