@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
14 lines (13 loc) • 963 B
TypeScript
import { GoabCalloutAriaLive, GoabCalloutSize, GoabCalloutType, GoabCalloutIconTheme } from "@abgov/ui-components-common";
import { GoabBaseComponent } from "../base.component";
import * as i0 from "@angular/core";
export declare class GoabCallout extends GoabBaseComponent {
type?: GoabCalloutType;
heading?: string;
size?: GoabCalloutSize;
maxWidth?: string;
ariaLive?: GoabCalloutAriaLive;
iconTheme?: GoabCalloutIconTheme;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabCallout, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabCallout, "goab-callout", never, { "type": { "alias": "type"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "size": { "alias": "size"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "ariaLive": { "alias": "ariaLive"; "required": false; }; "iconTheme": { "alias": "iconTheme"; "required": false; }; }, {}, never, ["*"], true, never>;
}